Search found 3 matches
- Wed Mar 02, 2016 5:39 am
- Forum: Open Source Nagios Projects
- Topic: monitor event logs under "applications and services logs"
- Replies: 8
- Views: 4660
Re: monitor event logs under "applications and services logs
Can you post your notify-service-by-email definition for us to look at? Okay, sorry i was wrong, i'm using centreon, so i had to change it through centreon interface.after doing that LONGSERVICEOUTPUT has been added. this is the definition of notify-by-email: /usr/bin/printf "%b" "**...
- Tue Mar 01, 2016 11:33 am
- Forum: Open Source Nagios Projects
- Topic: monitor event logs under "applications and services logs"
- Replies: 8
- Views: 4660
Re: monitor event logs under "applications and services logs
I right clicked on the even log and view the properties to get the full name, yours would be: /usr/local/nagios/libexec/check_nrpe -H X.X.X.X -c checkeventlog -a file=Microsoft-Windows-Diagnosis-PLA/Operational MaxWarn=1 MaxCrit=1 "filter=generated > -1h AND severity = 'error' OR severity = 'i...
- Mon Feb 29, 2016 7:59 am
- Forum: Open Source Nagios Projects
- Topic: monitor event logs under "applications and services logs"
- Replies: 8
- Views: 4660
monitor event logs under "applications and services logs"
Hi all; i'm trying to track events on applications and services logs/Microsoft/Windows/Diagnosis-PLA/Operational. i know that it's not possible using check_wmi_eventid, and my only solution is to use check_nrpe checkeventlog. i'm confused on how to point to the specific location, since all the examp...