]> git.pld-linux.org Git - packages/nagios-plugin-check_elvis_status.git/commitdiff
correct plugin name
authorElan Ruusamäe <glen@delfi.ee>
Fri, 15 Feb 2013 12:05:03 +0000 (14:05 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 15 Feb 2013 12:05:03 +0000 (14:05 +0200)
README.md

index ffefe135addf1095710b81828249b1df99b6761e..a603e2994570b5f094c8714f072ed720db8aded1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,11 +12,11 @@ Requires: php 5.0, php-json (if using php 5.2, use json pecl)
 Usage
 =====
   
-    ./check_elvis -u elvis.json -e '->securityStatus->apiOperationsToday' -m 'API ops' -w 3000 -c 5000
-    ELVIS: CRITICAL: API ops: 5329
+    ./check_elvis_status -u elvis.json -e '->securityStatus->apiOperationsToday' -m 'API ops' -w 3000 -c 5000
+    ELVIS_STATUS: CRITICAL: API ops: 5329
      
-    ./check_elvis -u elvis.json -e '->securityStatus->apiOperationsToday' -m 'API ops' -w 5000 -c 15000
-    ELVIS: WARNING: API ops: 5329
+    ./check_elvis_status -u elvis.json -e '->securityStatus->apiOperationsToday' -m 'API ops' -w 5000 -c 15000
+    ELVIS_STATUS: WARNING: API ops: 5329
 
-    ./check_elvis -u elvis.json -e '->securityStatus->apiOperationsToday' -m 'API ops' -w 6000 -c 15000
-    ELVIS: OK: API ops: 5329
+    ./check_elvis_status -u elvis.json -e '->securityStatus->apiOperationsToday' -m 'API ops' -w 6000 -c 15000
+    ELVIS_STATUS: OK: API ops: 5329
This page took 0.113742 seconds and 4 git commands to generate.