Search found 16 matches
- Mon Nov 30, 2015 6:12 am
- Forum: Open Source Nagios Projects
- Topic: CheckEventLog problem
- Replies: 4
- Views: 2197
Re: CheckEventLog problem
Not sure about 0.4.1 but you can set encoding in modern NSClient++: https://docs.nsclient.org/reference/cli ... r.encoding
- Wed Apr 23, 2014 3:52 pm
- Forum: Open Source Nagios Projects
- Topic: check_nt counter instances issue
- Replies: 7
- Views: 4308
Re: check_nt counter instances issue
This is a bug and will be fixed in the next build of 0.4.3 (out in the next 24 hours).
And back ported to 0.4.2 in the next few days.
// Michael Medin
And back ported to 0.4.2 in the next few days.
// Michael Medin
- Wed Dec 18, 2013 3:01 am
- Forum: Open Source Nagios Projects
- Topic: Windows events by source
- Replies: 7
- Views: 2773
Re: Windows events by source
Just for completion NSClient++ can do this very easily but requires an agent to be installed as well (which was not possible in your case).
// Michael Medin
Code: Select all
check_eventlog log=Application "filter=source='my program'" "crit=count > 0"- Tue Dec 10, 2013 2:57 am
- Forum: Open Source Nagios Projects
- Topic: Sql server CPU utilization shows 100%
- Replies: 3
- Views: 2386
Re: Sql server CPU utilization shows 100%
Now I am just guessing here but... Could it be that the counter in question is affected by cores? In which case the caps is not 100%? For such counters you need to switch to check_nrpe and use the nocap100 flag to get values above 100%. This is a "feature" of the performance data counterd ...
- Mon Nov 25, 2013 1:16 am
- Forum: Open Source Nagios Projects
- Topic: Executing check_disk.wsf
- Replies: 5
- Views: 2449
Re: Executing check_disk.wsf
Given that I actually take the documentation thing seriously (for a change) could someone please help me by telling me whats bad with the new documentation site: http://docs.nsclient.org/
// Michael Medin
// Michael Medin
- Thu Nov 21, 2013 2:57 pm
- Forum: Open Source Nagios Projects
- Topic: Monitoring event id in Nagios ystem.
- Replies: 26
- Views: 13863
Re: Monitoring event id in Nagios ystem.
./check_nrpe -H IP_Address -p 5666 -c CheckEventLog -a filter=new file=all MaxWarn=1 MaxCrit=2 filter-generated=\<30 filter+eventID=="4111" filter+eventType==all filter=all With 0.4.1. would be: ./check_nrpe -H IP_Address -p 5666 -c CheckEventLog -a file=all MaxWarn=1 MaxCrit=2 "filt...
- Thu Nov 21, 2013 2:50 pm
- Forum: Open Source Nagios Projects
- Topic: Application monitoring
- Replies: 12
- Views: 4776
Re: Application monitoring
A tutorial for NSClient++ can be found here: http://docs.nsclient.org/tutorial/nagios/nsca.html
This is for the 0.4.2 version but in this context it is the same as 0.4.1
// Michael Medin
This is for the 0.4.2 version but in this context it is the same as 0.4.1
// Michael Medin
- Thu Nov 14, 2013 12:34 pm
- Forum: Open Source Nagios Projects
- Topic: Monitoring event id in Nagios ystem.
- Replies: 26
- Views: 13863
Re: Monitoring event id in Nagios ystem.
The syntax used in this thread is horribly old and does simply not work.
please upgrade to newer version and use the filter syntax present in 0.4.1 it will work much more easily and much more consistently.
// Michael Medin
please upgrade to newer version and use the filter syntax present in 0.4.1 it will work much more easily and much more consistently.
// Michael Medin
- Thu Oct 31, 2013 1:38 pm
- Forum: Open Source Nagios Projects
- Topic: Alert on value (not status) change
- Replies: 8
- Views: 4153
Re: Alert on value (not status) change
NSClient++ supports stateful scripts so it could be done there Using lua or python).
But other options would be to manage state manually outside Nagios.
// Michael Medin
But other options would be to manage state manually outside Nagios.
// Michael Medin
- Thu Oct 31, 2013 8:23 am
- Forum: Open Source Nagios Projects
- Topic: Nagios 4 MK Livestatus not working
- Replies: 3
- Views: 3010
Re: Nagios 4 MK Livestatus not working
Not sure about the official version but from what I heard Op5 has a version of livestatus which works with Nagios 4: https://github.com/op5/livestatus
// Michael Medin
// Michael Medin