[packages/nagios-plugin-check_elvis_status] correct plugin name

glen glen at pld-linux.org
Fri Feb 15 13:07:05 CET 2013


commit 8cf62b6ea98d0b4c9dc1e3ab4aa3183b877c32eb
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Feb 15 14:05:03 2013 +0200

    correct plugin name

 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/README.md b/README.md
index ffefe13..a603e29 100644
--- 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nagios-plugin-check_elvis_status.git/commitdiff/8cf62b6ea98d0b4c9dc1e3ab4aa3183b877c32eb



More information about the pld-cvs-commit mailing list