From 8cf62b6ea98d0b4c9dc1e3ab4aa3183b877c32eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 15 Feb 2013 14:05:03 +0200 Subject: [PATCH] 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 -- 2.44.0