Nagios Exchange 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
  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4391Themes and Skins12Add-ons742Documentation283Graphics 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
2011 Nagios World Conference Presentations Nathan Vonnahme – Writing Custom Nagios Plugins In Perl
0.0 (0)
83.3K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Julien DESMAREST (6)LAMY (6)Davide Lemma (4)deskwork_itunes142 (4)Claudio Kuenzler (2)
See More
Newest Contributors
sowoii (1)Nitatemic (1)cjdepaul (1)ixs (1)messefreeze (2)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > John Sellens
JS

John Sellens

@jsellens

User Stats

Member Since: July 25, 2011

Favorites0

Views2274

Projects3

genoa
Notifications
genoa
GEneric NOtification Author/Arranger/Artist
0.0 (0)
55.5K
0
John Sellens
BSD
mbdivert
Monitoring Agents
mbdivert
Redirect monitoring service checks based on hostname or location
0.0 (0)
54.7K
0
John Sellens
BSD
tellitto
Notifications
tellitto
Invokes multiple notification methods until one succeeds
0.0 (0)
54.5K
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 13 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
Home Browse Submit Profile