Nagios Exchange
  • Home
  • Directory
  • Library
  • Support
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up
Plugins4387Themes and Skins11Add-ons734Documentation283Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Japanese Nagios Japanese Translation (CGIs and Docs)
0.0 (0)
171K
RSS Feed
Newest Listings Updated Listings
Top Contributors
LAMY (6)Julien DESMAREST (6)deskwork_itunes142 (4)Davide Lemma (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > Gaetan
G

Gaetan

@belgotux

User Stats

Member Since: April 22, 2014

Favorites0

Views0

Projects3

Adaptec RAID check_aacraid
RAID Controllers
Adaptec RAID check_aacraid
This script is a major modification of Anchor-Systems script to correct some errors and add new features : - check arcconf GETCONFIG 1 PD to…
0.0 (0)
12.7K
0
Gaetan
GPL
check_apcaccess
APC
check_apcaccess
Plugin to check if apcaccess STATUS is ONLINE. (another plugin existing in exchange but file is empty --> I make mine and share to you)
0.0 (0)
7.1K
0
Gaetan
GPL
Simple check postfix queue
Postfix
Simple check postfix queue
Check different postfix queue with personalized warning and critical. Also include perfdata for nagios or centreon.
0.0 (0)
6.9K
0
Gaetan
Other
chech_smartmon2

good but not complet

well but the verbose option provides no usable graphical output for very shame I've done a patch to fix DeprecationWarning: os.popen3 is deprecated : # diff check_smartmon.py.ori check_smartmon.py 38a39 > import subprocess 136c137,138 p = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=True) > (child_stdin, child_stdout, child_stderr) = (p.stdin, p.stdout, p.stderr)

Reviewed 11 years ago

check_public_ip.py

The script don't work when the first site is down

The script don't work when the first site is down : here curlmyip.com return connection refused. We use a proxy here and the Answer is not "None" but a reply from proxy and the script don't test the second site. icanhazip.com I'll post a new script soon on nagios exchange with regex check and put a topic on my blog with a new url to get ip address like http://www.monlinux.net/whatismyip. Belgotux

Reviewed 11 years ago

Check PowerConnect Switch

switch Dell powerconnect 2848

This plugin works great for temperature monitoring and graphs. I use also for uptime status, works nice for status. Need to passed the uptime in numeric argument like ms with another script and to an division to graph uptime in days. I recommend this plugin! Regards, belgotux

Reviewed 11 years ago

check_access_log.pl

Error when having not 5xx our 4xx error in log

When you haven't any error in your apache log file, you've got this error : Use of uninitialized value in addition (+) at ./check_access_log.pl line 152. Use of uninitialized value in addition (+) at ./check_access_log.pl line 152. Illegal division by zero at ./check_access_log.pl line 152. You can fix it with this diff : diff /tmp/check_access_log.pl.ori /tmp/check_access_log.pl 152,153c152,156 if ( defined $status_score{'20X'} || defined $status_score{'30X'} ) { > $failure_rate= > sprintf("%0.2f", 100 - (($status_score{'20X'} + $status_score{'30X'})/$lines) * 100.0); > } You also need that nagios can access to apache access file

Reviewed 11 years ago

check_uptime3

Patch Debian version

Hello, This is a patch to use with Debian and optiomal min/max options 2a3 > # Edit by Belgotux www.monlinux.net 30/07/2014 7a9 > # v 1.07 - Debian version and optiomal min/max options 107c109 UPTIME_DAYS=$(printf %3.4f $RAW_DAYS) 109c111,119 > PERFDATA="|Uptime=$UPTIME_DAYS;" > if [ "$MIN_WARNING" != "" ] || [ "$MAX_WARNING" != "" ] ; then PERFDATA="${PERFDATA}${MIN_WARNING}:${MAX_WARNING};" ; fi > if [ "$MIN_CRITICAL" != "" ] || [ "$MAX_CRITICAL" != "" ] ; then PERFDATA="${PERFDATA}${MIN_CRITICAL}:${MAX_CRITICAL};" ; fi > > PERFDATA="${PERFDATA}0;" > > #|Uptime=$UPTIME_DAYS;$MIN_WARNING:$MAX_WARNING;$MIN_CRITICAL:$MAX_CRITICAL;0; >

Reviewed 11 years ago

IPMI Sensor Monitoring Plugin

IPMIv2

Good plugin, and work great with Centreon in my case. In my case, I use IPMIv2 and need to add the option "-D lan_2_0" to impi-sensors. Test command is /usr/sbin/ipmi-sensors -h 10.1.1.1 -u monitoring -p password -l USER -D lan_2_0 And for the plugin : #./check_ipmi_sensor -H 10.1.1.1 -U monitoring -P password -L USER -O '-D lan_2_0' Works with this centreon command : $USER1$/custom/check_ipmi_sensor -H $HOSTADDRESS$ -U $ARG1$ -P $ARG2$ -L USER -O '-D lan_2_0' But the output of this perl script is not good for graph the differents sensors in Centreon. Maybe I work on this later and post it here. Regards, Belgotux

Reviewed 11 years ago

3Com Switch Check Suite

3COM 4500 Centreon 2.5

Work great with switch 3COM 4500 for me in Centreon 2.5. The graphs work too for CPU, memory an fan. This script don't work with 3COM 4400 unfortunately. Regards, Belgotux

Reviewed 11 years ago

check_apc

Nothing in file

Nothing in file

Reviewed 10 years ago

check mountpoints like nfs, cifs, davfs, lustre, ocf2, etc.

Works great with CIFS mount

For me it works great with CIFS mount on CentOS host

Reviewed 10 years ago

No Favorites Found

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks