About: Updates
Browse by time:
- January 2012 (5)
- December 2011 (2)
- November 2011 (1)
- October 2011 (3)
- September 2011 (4)
- August 2011 (5)
- July 2011 (2)
- June 2011 (5)
- May 2011 (1)
- April 2011 (2)
- March 2011 (2)
- February 2011 (3)
- January 2011 (1)
- December 2010 (5)
- November 2010 (1)
- September 2010 (1)
- August 2010 (1)
- July 2010 (2)
- May 2010 (3)
- April 2010 (7)
- February 2010 (4)
- January 2010 (1)
- December 2009 (2)
- October 2009 (1)
- September 2009 (2)
- August 2009 (1)
- July 2009 (3)
- June 2009 (4)
- May 2009 (3)
- April 2009 (1)
- March 2009 (4)
- February 2009 (7)
- January 2009 (4)
- December 2008 (1)
- October 2008 (1)
- September 2008 (7)
- August 2008 (3)
- July 2008 (6)
- June 2008 (4)
- May 2008 (2)
- April 2008 (2)
- March 2008 (4)
- February 2008 (4)
- January 2008 (1)
- December 2007 (2)
- November 2007 (8)
- October 2007 (3)
- September 2007 (2)
- June 2007 (1)
- March 2007 (1)
- February 2007 (1)
- December 2006 (2)
- November 2006 (8)
Browse by category:
- rss 0.3.6 (1)
- rss 0.3.7 (2)
- rss 0.3.8 (3)
- rss 0.3.9 (3)
- rss 0.4.0 (9)
- rss 0.4.x (1)
- rss 04x (1)
- rss CheckProcState (1)
- rss CheckTaskSched (1)
- rss CheckTaskSched2 (1)
- rss Lufthansa (1)
- rss RC (3)
- rss beta (2)
- rss breakpad (2)
- rss bug-fixes (1)
- rss build (1)
- rss community (1)
- rss conferance (1)
- rss conference (1)
- rss conferences (2)
- rss crash (2)
- rss debug (1)
- rss demo (1)
- rss disk (1)
- rss distributed (2)
- rss doc (2)
- rss documentation (2)
- rss downtime (1)
- rss eventlog (3)
- rss excuses (1)
- rss filter (3)
- rss fix (2)
- rss guides (1)
- rss hung (1)
- rss ill (1)
- rss license (1)
- rss linux (4)
- rss memory-leak (1)
- rss netways (2)
- rss network (1)
- rss nightly (10)
- rss not (1)
- rss nsca (1)
- rss nsclient++ (1)
- rss opsview (1)
- rss ot (2)
- rss python (2)
- rss questions (1)
- rss rc (7)
- rss rc1 (1)
- rss release (9)
- rss responding (1)
- rss server (1)
- rss site (1)
- rss speed (1)
- rss sponosrs (1)
- rss sql (3)
- rss status (6)
- rss sucks (1)
- rss tasks (1)
- rss test (1)
- rss trac (2)
- rss travel (1)
- rss unittest (1)
- rss updates (1)
- rss vacation (1)
- rss version (1)
- rss webcast (1)
- rss wiki (1)
- rss win7 (1)
- rss xmas (1)
Updates regarding NSClient++
New nightly out!
Mainly disk and file related additions:
- New command: CheckSingleFile?
- A few new options for CheckFile2
Full changelog here
2009-12-13 MickeM
+ Added new command: CheckSingleFile to check aspects of a single file use like so:
CheckSingleFile file=d:\nrpe_512.pem warn=>100 check=line-count warn=>100 crit=>170 check=size
+ Added option debug to CheckFile2 to enable printing of debug information
+ Added ignore-errors to "ignore" any filesystem related errors (NOTICE this is probably not what you want)
+ Added master-syntax to CheckFile2 to change the overall message like so:
It takes three options (and char data):
* %list% A list of all "files" (syntax controls this)
* %files% number of files
* %matches% number of files matched
CheckFile2 MinWarn=10 MinCrit=10 path=D:\WINDOWS\system32 filter+size=gt:0 truncate=10 ignore-errors "master-syntax=%matches%/%files%"
OK:7177/7...|'found files'=7177;10;10;
2009-12-06 MickeM
+ Added != to all string filters
+ Sorted out the alias handling it is now wither what you specify or "files found" (this makes performance data work)
+ Added version to CheckFile2
CheckFile2 path=D:\tmp pattern=*.exe filter+version=!=1.0 "syntax=%filename%: %version%" MaxWarn=1
CheckFile2 path=D:\tmp pattern=*.exe filter+version=!=6.0.2900.5512 "syntax=%filename%: %version%" MaxWarn=1
+ Added line count to CheckFile2 to count lines
CheckFile2 path=D:\tmp pattern=*.txt filter+line-count=!=2 "syntax=%filename%: %line-count%" MaxWarn=1
CheckFile2 path=D:\tmp pattern=*.txt filter+line-count=ne:3 "syntax=%filename%: %line-count%" MaxWarn=1
- Posted: 2009-12-13 22:26
- Categories: nightly







rss

Comments
No comments.