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 Skins11Add-ons738Documentation283Graphics 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
Nagios XI Documentation Nagios XI – Integrating Apache Tomcat Checks
0.0 (0)
34K
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
messefreeze (2)apham (1)mngvn (2)Georg2Korger2 (1)Guillaume8723 (1)
See More

Copyright © 2009-2025 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 10 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 11 years ago

check_hpasm

Just excellently great :)

Best plugin for checking HP hardware.

Reviewed 10 years ago

No Favorites Found

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

Privacy PolicyTerms of UseTrademarks
Home Browse Submit Profile