check_tracert (Visit this link)
from 0 votesVery simple bash script for checking that the primary route is active.
Very simple bash script for checking that the primary route is active.
add to nagiosgraph map file for a graph that should always be 0
# Service type: check_tracert
/perfdata:tracert=(\d+);(\d+)/
and push @s, [ tracert,
[ "route", GAUGE, $1 ],
[ "warn", GAUGE, $2 ] ];
add to nagiosgraph map file for a graph that should always be 0
# Service type: check_tracert
/perfdata:tracert=(\d+);(\d+)/
and push @s, [ tracert,
[ "route", GAUGE, $1 ],
[ "warn", GAUGE, $2 ] ];
Submitted by: eek
Hits: 881
Overall downloads: 134
Added: 2008-06-09 00:00:00
Last Modified: 2009-12-15 22:30:43
| Filename | Preview | Size | Description | DL |
|---|---|---|---|---|
| check_tracert | 0 kb | the plugin | 748 |
Comments
Be the first to comment this project.
Leave a reply
If you just want to rate the project leave the other field empty.
Even though it would be nice if you would drop a line.
-
check_interface_table_v2.pl
3 from 1 votesAs stated on the original check complete interface table page this plugin allows you to monitor one network device (e.g. router, switch, server) without knowing each interface in detail. Only the hostname (or ip address) and the snmp community string are required. But additional to the original this 2nd version gives you performance data for all the interfaces if you wish. And furthermore it calculates the interface load and informs you on configured VLANs. Check Live-Demo here: http://nagios.demo.netways.de/nagios/cgi-bin/status.cgi?host=f1-switch -
Check Ethernet-Interface
from 0 votesA simple network-interface status check-plugin (based on bash and mii-tool) -
check_netstat
5 from 1 votesThis plugin checks number of open tcp connections and can send warnings or critical alert of there are too many or too few. Can run either directly on the box or use SNMP. -
check_apache_status
3 from 3 votes[perl] Yet Another (more generic) parser for Apache's server-status handler. Fetches the server-status page of an apache, extracts some information and evaluates them. Tested with Apache 2.0 - not (yet) working with Apache 1.x -
SMB Share checker
3 from 2 votesSimple sh script to check if smb shares are "up"
-
lwp-download-speed
from 0 voteslwp-download-speed is a nagios-plugin based on the perl-download-program "lwp-download". This plugin is useful to measure the speed of a http-download. -
wol nagios plugin
from 0 votescheck to see if a target is alive, by sending a continuous ping. when the target is down the script send the magic packet frame to turn on the machine. -
check_snmp_FCports_brocade.pl
5 from 1 votesNagios plugin for checking the state of each Fiber Channel ports of a Brocade Connectrix DS 4900. -
check_dns.sh
from 0 votesPlugin to monitor changes of the IP address stored in the A record of a DNS resource. -
check_nfs_mounts
from 0 votesthis is working in my net with little effort



