Random Project
Home >

Showing 3865-3876 of 12087 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
how does this differ from check_http --certificate ?
Script to get a process uptime, alerts if process time is under CRIT value can be used to monitor if any process has been restarted,…
Get varnish uptime uses varnishstat command
This plugin has no owner. If anyone wants to take over this project email [email protected].
You can actually easily modify the script in order to retrieve values from the query. I modified mine to retrieve only one value: in process_results,…
Confirmed working with Nagios 3.5
The script is great!! I've implemented it a couple of weeks ago. It worked perfectly fine but since about a week ago, one of the…
here is the first problem: ########################### $status = 0; $desc = ""; test-activesyncconnectivity | ForEach-Object { [snippet] elseif ($status -eq "0") { Write-Host "OK: ActiveSync…
Hi, just did a complete renew of the initial check_storcenter script: -Made it compatible with the newest Lenovo Firmware. -Exchanged Numeric SNMP with the humanreadable…
I had to escape the dash in the egrep pattern (using GNU egrep 2.14), but after that it worked great! f_result=`echo $result | egrep -o…