aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-20 14:30:44 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-20 14:30:44 +1300
commit72e5ba2b01da2863cec3d54692d127bda529c257 (patch)
tree9d175ddddaae1adddaf96f3acaa94fabf055e823 /README.markdown
parentFix up Makefile (diff)
downloadnscaw-72e5ba2b01da2863cec3d54692d127bda529c257.tar.gz
nscaw-72e5ba2b01da2863cec3d54692d127bda529c257.zip
Rename README.markdown to README.md
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.markdown b/README.markdown
deleted file mode 100644
index ebb1849..0000000
--- a/README.markdown
+++ /dev/null
@@ -1,19 +0,0 @@
-nscaw
-=====
-
-Command wrapper that sends an appropriate passive check to an NSCA server using
-`send_nsca`, depending on the command's outcome.
-
-Make sure `send_nsca` is in `$PATH`. You'll almost certainly want to set
-`NSCA_SERVER` in `/etc/default/nscaw` as well, but it makes an effort in
-defaulting to `nsca`.
-
- $ nscaw IMPORTANT_JOB -- important-job -o options args ...
-
-License
--------
-
-Copyright (c) [Tom Ryder][1]. Distributed under [MIT License][2].
-
-[1]: https://sanctum.geek.nz/
-[2]: http://opensource.org/licenses/MIT