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
Databases check_redis_replication.pl (Advanced Nagios Plugins Collection)
0.0 (0)
29.7K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (6)LAMY (6)Davide Lemma (4)deskwork_itunes142 (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > Joan
J

Joan

@aseques

User Stats

Member Since: November 20, 2009

Favorites2

Views1

Projects2

Check xen domU status
Xen
Check xen domU status
This is a simple shell script that checks for the status of all the xen domU that are started on boot. You can map it…
0.0 (0)
97.4K
0
Joan
check_rrd.pl
RRD
check_rrd.pl
Generic Perl plugin to check age and values of an rrd database. It uses RRDs and Nagios::Plugin (but not rrd_poller ;-)
4.0 (3)
132.8K
2
Joan
check_imap_login v2

Great, but missing a couple of features.

Very nice plugin, it allows easily to check if the ssl is properly enabled in the server. Only drawback is that there's no verbose mode to debug stuff like the cert used or the ports..

Reviewed 12 years ago

Powerful shell scripts - sftp

Just found it and was just what i needed

I was looking for a script to check the connection to an sftp server, this script provides that an more, I just added some minor enhancements to make it more practical (in case you don't need to check the number of lines)

Reviewed 8 years ago

Check xen plugin

Doesn't seem very useful and it's unmantained

The last release it's from 2007 and only checks that the xen http server is listening. A simple telnet would replace that in a more efficient way.

Reviewed 16 years ago

check_rrd.pl

Globbing patch

This is a small pathc to allow fuzzy names (with globbing), it helps when integrating with cacti, so we can make a match like servername_service_*.rrd that is more effective. --- /tmp/check_rrd.pl 2013-05-13 14:05:11.000000000 +0200 +++ check_rrd.pl 2013-05-13 16:35:09.000000000 +0200 @@ -313,8 +313,16 @@ # main # ----------------------------------------------------------------------- +#In case the file is a glob expression (*), expand it and check if matches if ( ! -r $rrdfile ) { - $np->nagios_die("rrdfile $rrdfile not readable or does not exist"); + my @filelist = glob "$rrdfile"; + if ( ! @filelist) { + $np->nagios_die("rrdfile $rrdfile not readable or does not exist"); + } elsif ( scalar(@filelist)!=1 ) { + $np->nagios_die("Glob matches more than one file @filelist "); + } else { + $rrdfile=$filelist[0]; + } } # ----------------------------------------

Reviewed 12 years ago

check_rrd

It works fine, only a minor glitch

This would be a sample query: ./check_rrd.pl -R rra_file.rrd --ds data_source -w100 -c150 --start -10min --end -5min The important thing is the --end -5min, if you use now, the last value might be a NAN, then it would always give a CRITICAL (because there are NaN values)

Reviewed 12 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks