Feed aggregator
Check VMWare Server 2 virtual maschines
The plugin is written for linux.
Blosxom4Nagios
Liens Nagios
Nagios 3.0.6 Released
check_infortrend
telnet over ethernet to the Infortrend EonStor array.
Usage: check_infortrend [options]
where the valid options are
-h, --help Output this usage information.
-d, --debug Debug level.
-a, --array The name of the infortrend array.
-p, --password The password for the array.
-m, --model The model of array (known models are:
T6100F, PV610F and A24F-R2430.
-e, --expected The number of drives expected.
Examples:
check_infortrend -a 192.168.128.3 -p 3142 -m A24F-R2430 -e 24
check_infortrend -a my-array-03 -p 3142 -m T6100F -e 16
Typical output:
OK - array 192.168.128.3 (24 / 24 physical drives OK).
OK - array my-array-03 (16 / 16 physical drives OK).
Requires the following perl modules: File::Spec::Unix, Getopt::Long and Net::Telnet.
Although written for specific models, it will probably work for others too.
Nagios-plugins bug tracking databases
There are multiple bug tracking databases that track Nagios bugs; mainly in Linux distributions. This page will try to link to all of them.
Check Exchange Top Mailbox Sizes
http://felipeferreira.net/?p=126
Linksys WRT-54 GL / DD-WRT SNMP Check
define command{
command_name check_linksys_cpu
command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C public -o 1.3.6.1.4.1.2021.10.1.5.1 -u % -w 60 -c 70
}
ram check:
define command{
command_name check_linksys_ram
command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C public -o 1.3.6.1.2.1.25.2.3.1.6.101 -u kb -w 13100 -c 13150
}
Nagios Monitor Google Gadget
check_complus.vbs
++++++
For use with NSClient++ please add the following line to your NSC.INI [NRPE Handlers]:
check_complus=cscript.exe //T:30 //NoLogo scripts\check_complus.vbs $ARG1$
and copy "check_complus.vbs" into "scripts\" folder. Refer to NSClient++ Documentation for using remote checks via NRPE.
###command definition###
define command {
command_name check_complus
command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -p 5666 -t 30 -c check_complus -a $ARG1$
}
###service definition###
define service{
use generic-service
host_name WINSVR01
service_description COMplus System Application PoolPagedBytes
process_perf_data 1
check_command check_complus!"COUNTER \\\"System Application\\\" PoolPagedBytes 1048576 1048576"
}
What it does:
+++++++++++++
This script is for monitoring COM+ Applications. You can give the name of a COM+ Application and specify a performance counter to be monitored. See service definition above. It will return:
PoolPagedBytes OK - System Application (PID 5260): 92060
plus performance data.
cscript //nologo check_complus.vbs --help
gives you brief syntax help.
cscript //nologo check_complus.vbs --helpcounter
gives you a list of suipported counters.
Disclaimer:
+++++++++++
This software comes without any warranty and has to be treated "as is". Feel free to change it to fit your needs or contact me for any kind of comment.
check_php_sess
Nagios script to check the number of active PHP sessions
This script has been written for the lowest common denominator of shells (sh) and uses sudo, ls and wc as external commands.
The locations of these and other parameters can easily be changed by editing the variables at the top of the script.
Changelog:
1.0 - Internal release
1.1 - Internal release
1.2 - Initial release
Plugin to check Servers Load using SNMP
I belive It could be used as base to new SNMP scripts.
I'm not a professional scripter, so I used some tricks on field validation.
Any Improvement to this script is welcome (Just don't forget to e-mail me it)!
check_snmp_hpux_mem
Usage: check_snmp_hpux_mem
Tests if the percentage of free memory is less or equal than the warning and critical values. Both should be passed as integers.
A. van der Heiden
R. Hage
www.realopenit.nl
Check file size
This plugin determines the size of a LINUX files in any directory. It can also be use on any Unix/Linux platform. You need basic package of perl to run this plugin.
Usage: check_myfilesize.pl filename Critical_size(in KB) Warning_size( in KB)
If anyone face any difficulty to use this plugin then feel free to write me.
check_gpfs
Nagios plugin (script) to check the status of the gpfs process running on one node.
This script has been designed and written on Linux for the lowest common denominator of shells (sh), requiring sudo, tail and grep as external programs.
The locations of these can easily be changed by editing the variables at the top of the script.
The script simply runs mmgetstate to get the status of the node on which it is run and returns accordingly.
Changelog:
1.0 - Internal release
1.1 - Initial Release
check_iostat
This script has been designed and written on Linux for the lowest common denominator of shells (sh), requiring iostat, grep and awk as external programs.
The locations of these can easily be changed by editing the variables at the top of the script.
The script allows threshold levels to be set on I/O transactions per second and KB/s in and out.
Changelog:
1.0 - Internal release
1.1 - Internal release
1.2 - Internal release
1.3 - Initial Release
check_NbUsers
Check Services on SUN Solaris (5.10) with svcs
the follwing states are reconized:
0 | OK | if online
1 | WARNING | if disabled
1 | WARNING | if maintenance
2 | CRITICAL | if offline
3 | UNKNOWN | if not available or it returns another state

Commentaires récents
il y a 2 jours 16h
il y a 2 jours 16h
il y a 2 jours 16h
il y a 2 jours 17h
il y a 3 semaines 1 jour
il y a 3 semaines 1 jour
il y a 7 semaines 23h
il y a 7 semaines 4 jours
il y a 28 semaines 1 jour
il y a 31 semaines 6 jours