From 4909e3b20ea25066738889f9eebaa7d5a1568c22 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Thu, 12 Mar 2015 19:15:14 +0100 Subject: [PATCH] Nagios Plugins update Nagios Plugins update --- Tutorials/Nagios-Plugins.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Tutorials/Nagios-Plugins.md b/Tutorials/Nagios-Plugins.md index f3eff0117..4c615e05f 100644 --- a/Tutorials/Nagios-Plugins.md +++ b/Tutorials/Nagios-Plugins.md @@ -92,3 +92,11 @@ Example related to server1.cfg * services OK: 7 services found | services1=RW_Router;readwritesplit;1;1 services2=RW_Split;readwritesplit;1;1 services3=Test Service;readconnroute;1;1 services4=Master Service;readconnroute;2;2 services5=Debug Service;debugcli;1;1 services6=CLI;cli;2;145 services7=MaxInfo;maxinfo;2;2 + +Returns OK and the number of services + +Returns CRITICAL if no services are found + +The data after | char are so called performance data and may be collected by Nagios +output format is: + servicex=Name;router_module;NumUsers;TotalSessions