Nagios Exchange
  • Home
  • Directory
  • 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

Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now

Plugins4379Themes and Skins11Addons732Documentation283Graphics 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
Linux Check RAM usage as a percentage
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (4)Davide Lemma (4)deskwork_itunes142 (4)Joerg Hoerter (3)TcoUpLoad (1) See More
Newest Contributors
Community Member (51)Davide Lemma (4)Alarig Le Lay (1)Penn Rabb (1)Sean Falzon (1) See More
Home > John Sellens
JS

John Sellens

@jsellens

User Stats

Favorites0

Views2055

Projects3

tellitto
Notifications
tellitto
Tellitto is used to send pager or SMS messages, through other utilities. You might have multiple ways to get a message to your phone (pager…
0.0 (0)
53.9K
0
John Sellens
BSD
genoa
Notifications
genoa
Genoa lets you set up a directory tree of notification templates that are completed by substituting Nagios environment variables (macros) into the templates. The appropriate…
0.0 (0)
54.9K
0
John Sellens
BSD
mbdivert
Monitoring Agents
mbdivert
mbdivert is a tool that runs commands either directly, or through some diversion (currently ssh or nrpe), based on the name of the host you're…
0.0 (0)
53.9K
0
John Sellens
BSD
Thruk

thruk - very useful

We're now using thruk primarily to aggregate 3 separate Nagios servers, and it's a great tool. The interface is obvious if you're familiar with the classic Nagios interface, and it behaves just as you would expect. We connect over the open network using ssh tunnels to livestatus endpoints. Works like a charm! Thanks!

Reviewed 14 years ago

send_nrdp Python NRDP Client

handy, but one little problem

Nice client, provides error messages if url or token is incorrect. I noticed that if providing results on stdin, nothing seems to happen. I believe the 3rd and 4th last lines are indented too far. The two lines xml += "" self.post_data(options.url, options.token, xml) should be indented two levels, to match the else: about 15 lines earlier. Thanks!

Reviewed 13 years ago

check_ifutil.pl

fyi - linux only

Handy script, but should mention that it runs on linux only - it reads /proc/net/dev, so unfortunately it won't help you monitor a switch or other network device.

Reviewed 12 years ago

check_axfr

works (almost) like a charm

Works great, though one problem I ran into - the check for a valid -H value assumes that all components of a hostname start with a letter, and some of ours start with a digit, so I had to adjust the regular expression. (I was confused about why it was telling me "No target host specified" until I checked the code and understood that that message should have been "No target host, or I didn't like the one you gave me" :-) )

Reviewed 12 years ago

check_apcupsd

very handy - one minor problem

Very handy plugin - ran into one minor problem in version 2.4 with the "status" command. check_apcupsd only looks at the first word in the STATUS: provided by apcaccess. Changing the check at line 188 from this: VALUE=`$APCACCESS status $HOSTNAME:$PORT | grep -i ^$ARG | sed 's/.*: *([A-Z]*).*/1/'` to this: VALUE=`$APCACCESS status $HOSTNAME:$PORT | grep -i ^$ARG | sed -e 's/^.*: *//' -e 's/ *$//'` seemed to do the trick for me - now our brand new UPS can report "ONLINE NOBATT" and we'll notice! Thanks! John

Reviewed 14 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks