Actually i was looking for the security logs themselved for the last 1 hour.
BR,
Utku
Search found 7 matches
- Thu Sep 29, 2016 7:29 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring and filtering windows event logs
- Replies: 7
- Views: 5444
- Mon Sep 26, 2016 12:51 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring and filtering windows event logs
- Replies: 7
- Views: 5444
Re: Monitoring and filtering windows event logs
No, it is not expected result because when i tried my old command like this below, i can see security events generated for the last 1 hour... [root@host ~]# /usr/lib64/nagios/plugins/check_nrpe -H X.X.X.X -p XXXX -c CheckEventLog -a file=security MaxCrit=1 "filter=generated > -1h" Microsof...
- Fri Sep 23, 2016 1:29 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring and filtering windows event logs
- Replies: 7
- Views: 5444
Re: Monitoring and filtering windows event logs
Hi, Here is the outputs, [root@localhost ~]# /usr/lib64/nagios/plugins/check_nrpe -H IP I (0.4.4.19 2015-12-08) seem to be doing fine... [root@localhost ~]# /usr/lib64/nagios/plugins/check_nrpe -H IP -t 30 -c check_eventlog -a "file=security" "filter=written lt -2d" OK: No entrie...
- Thu Sep 22, 2016 1:05 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring and filtering windows event logs
- Replies: 7
- Views: 5444
Monitoring and filtering windows event logs
Hi, I am trying to monitor and filter windows event logs, i specificly need these below; 1. Events in the last hour 2. Security Related I am trying this command but it does not give me any entry. Should i need more filtering here? check_nrpe -H IPAdress -p Portnumber -c CheckEventLog -a file=securit...
- Wed Sep 21, 2016 12:38 am
- Forum: Open Source Nagios Projects
- Topic: Check windows time is not listed as a service on nagios gui
- Replies: 4
- Views: 1322
Re: Check windows time is not listed as a service on nagios
Never mind, i got this working... Just forgot to add the service on nagios server.
Many thanks...
Many thanks...
- Wed Sep 21, 2016 12:19 am
- Forum: Open Source Nagios Projects
- Topic: Check windows time is not listed as a service on nagios gui
- Replies: 4
- Views: 1322
Re: Check windows time is not listed as a service on nagios
Hi, You mean creating a service by configuring windows.cfg on nagios server? I did not enable monitoring windows host on nagios server, i am just trying to add this check on all nsclient windows hosts like the other checks you have seen on the picture. Can you help me out how to get my service shown...
- Tue Sep 20, 2016 7:39 am
- Forum: Open Source Nagios Projects
- Topic: Check windows time is not listed as a service on nagios gui
- Replies: 4
- Views: 1322
Check windows time is not listed as a service on nagios gui
Hi all, I used the script below in order to add nagios windows clients ntp check. https://exchange.nagios.org/directory/Plugins/Network-Protocols/NTP-and-Time/Check-Windows-Time-Offset-%28check_windows_time-2Ebat%29/details This script seems to be working okaywhen i check like this from nagios serve...