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

Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More

  • Home
  • Directory
  • Library
  • Support
  • About
Plugins4405Themes and Skins13Add-ons757Graphics 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
Network Connections, Stats and Bandwidth check_upload_speed
0.0 (0)
78.1K
RSS Feed
Newest Listings Updated Listings
Top Contributors
Yoann LAMY (7)deskwork_itunes142 (4)Chad Columbus (3)Marcin Bednarski (3)Julien DESMAREST (3)
See More
Newest Contributors
signalgrid (1)Sanna Glue (2)fisherrs (1)smolinux (1)juanfertor (1)
See More

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

Privacy PolicyTerms of UseTrademarks
Home > Marko Kocjan
MK

Marko Kocjan

@mkoco

User Stats

Member Since: June 28, 2011

Favorites0

Views

Projects0

No Projects Found
check_solaris_smf

Nice check - with remark...

Very nice job. TODO: Replace occurrences of tr (of being usually /usr/bin/tr) with TR="/usr/xpg4/bin/tr" and all should work fine...

Reviewed 11 years ago

Check LogServer

A simple change in script, to make it run faster...

Excellent !!! I just have to adjust it to make it run faster... Here is how: {code} #ORIG: log_message = log_message.rstrip(" ") #MKOCO addon to message log_message = log_message.split(":")[1] self.vprint(2, "extracted log message body from log") self.vprint(2, "log message is '%s'" % log_message) # security is maintained by a combinarion of `` and restrictive # regex validation the validate functions. MySQLdb must take care of # the log value but this is not an input variable anyway. #ORIGsql#query = "select count(*) from `%s` where `%s` LIKE %%s" # % (self.mysql_table, self.mysql_column) #MKOCO query = "select count(*) from ( SELECT * FROM ( select * from `%s` ORDER BY seq DESC LIMIT 10000 ) sub ORDER BY seq ASC ) as xxx1 where xxx1.`%s` LIKE %%s" % (self.mysql_table, self.mysql_column) {code} If you update your release, you can freely add it...

Reviewed 12 years ago

check_hpasm

Just excellently great :)

Best plugin for checking HP hardware.

Reviewed 11 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile