Home >

Showing 1669-1680 of 12087 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
Check Postgresql replication, tested on 9.2 and 9.6 it connects to master and standby and reports in case replication is walking behind. It reports how…
This article was easy enough to follow. I have the check_meraki_status file added to /usr/local/nagios/libexec with same permissions as all other files, code pasted in…
Simple bash to check disk IO wait time
Naptor is Nagios Application Monitor, for help you monitoring your backend application process. You can use this application only on same server (your application and…
Traccar device online check via RestAPi
The purpose of this script is to create passive host and service objects in Nagios XI. Specifically these objects reflect the defaults that are used…
* This output watches the Nagios Core log data for messages about objects that don't exist * Error: Got host checkresult for 'centos01', but no…
Here is my commands.cfg file: check_website -H $HOSTADDRESS$ $ARG1$ My service Monitoring Command is, check_website "www.example.com/login.aspx" It gives HTTP OK Message in Nagios Web Frontend.
on our setup the server is running on nrpe V 2.15 and the client is running on V 3.1.0. on my server ./check_nrpe -H client_ip…
to be compatible with the jobs "backup copy" Add this after "$status = $job.GetLastResult()" : if ($status -eq "None") { $status = (Get-VBRBackupSession -Name $job.name…