Build precise queries to find exactly what you need
Press ESC to close
@steve.lippert
Favorites0
Views1
Projects1
Pretty well written plug-in, but a little slow to execute, at least on my systems (CentOS 5). I lowered the TIMEOUT value on line 24, as a typical plugin run was this value plus 1 second. I also added performance data to "other" checks, so I can graph current items and connections.
Reviewed 14 years ago
Works as advertised, but I had to make a tweak to it for CentOS to be recognized. On line 281 I added "|centos" and was good from there.
Reviewed 15 years ago
Been running this plug-in for a year or two now, but didn't notice until today that it wasn't actually sourcing the utils.sh file. I had to add the full path to line 18 "source /usr/local/nagios/libexec/utils.sh". With out this the status is already returned as "OK" but with the Warning, Critical, or OK text. Now that I have that in place it works like a charm. Probably something I missed when I first started this plugin.