Showing 81-90 of 135 results.
Sort by:
check_lotus_mem_opinion
https://github.com/rdark/nagios/blob/master/scripts/check_lotus_mem_opinion.plAt OID 1.3.6.1.4.1.334.72.1.1.9.4.0 it quietly makes it’s opinion known but no one has really paid it much attention until now.. Returns either ‘Plentiful’ (OK), ‘Normal’…
check_sa-update
Changelog: # 0.1 - initial release # 0.2 - added exit if sa-update command fails # 0.3 - command help text added # 0.4 -…
Nagios4Zarafa
https://www.in-put.de/software/zarafa/nagios4zarafa.html----------------------------------------------------------------------------------- Entry for commands.cfg: define command { command_name check_zarafa command_line $USER1$/check_zarafa.sh --param $ARG1$ -w $ARG2$ -c $ARG3$ } Example: { .... service_description Threads_idle check_command check_zarafa!threads_idle!10!20…
Check Exchange 2010 Hub Transport Queues
http://www.awesomejar.comUse Nagios and powershell to monitor Exchange 2010 mail queues. A script to monitor the status of Exchange 2010 mail queues on all Hub Transport…
check_pmta_connections
define command{ command_name check_pmta_connections command_line /usr/lib64/nagios/plugins/check_pmta_connections -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ } Usage: check_pmta_connections -i/-o -w -c -x -d -H --hostn=
Active Sync Check
#!/bin/bash #set -x ################################################################################ # # check_activesync plugin for Nagios # # Originally Written by Kristijan Modric (kmodric_at_gmail.com) # # Created: 23 March 2011 #…