Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
jess0110
check_cisco_ifs - via SSH or Telnet
This plugin allows monitoring of 1 or more interfaces of Cisco equipments. Supports both SSH and Telnet. It was tested on 4500 switches but should work properly on any IOS based equipment. The plugin will return 0 [OK] if all given I/Fs are up, 1 [WAR ...
check_mounts.sh
Verifies the current mounts correspond to those defined in /etc/fstab. Return 0 [OK] if true, 1 [WARNING] if mounted but has no matching entry in /etc/fstab and 2 [CRITICAL] if an /etc/fstab entry is not currently mounted. Supports: NFS3, NFS4, CIFS, SM ...
custom_mail_alert.pl
A hook script called by the check_logfiles plugin to send custom mail alerts. This is useful in case you want to send custom output in addition [or instead] of the one Nagios itself sends. I originally wrote it to send custom mails to customers when an ...
check_f5_cpu_mem_utilization.pl
sourceforge.net/users/jessrpmUSAGE: ./check_f5_cpu_mem_utilization.pl- - description: checks CPU and memory utilization on F5 using SNMP- Requires: Perl [naturally] and Net::SNMP Perl module. CHANGELOG: 0.2: Neglected to add 'use strict' before.
Monitor F5 CPU and memory utilization
sourceforge.net/users/jessrpmUSAGE: ./check_f5_cpu_mem_utilization.pl- - description: checks CPU and memory utilization on F5 using SNMP- Requires: Perl [naturally] and the Net::SNMP Perl module
FMS monitor
This accepts a file and an FMS URI and pushes the file to it using RTMP. Usage: /home/jess/scripts/fms_push_file_monitor.sh [--debug] Example for rtmp://FMS_HOSTNAME/oflaDemo/ RCs are standard Nagios. Good for Adobe's FMS, Red5, Wowza, basicall ...
Capture command output
Captures the stdout and stderr output of a command to a file and returns the original results to Nagios. This is useful for debugging failing Nagios monitors. A log entry sample: 2015-8-27 13:22:54 ------ debugging cmd=[/usr/lib/nagios/plugins/c ...