Search found 9 matches

by ClemClem
Tue Apr 21, 2020 2:51 am
Forum: Nagios XI
Topic: Monitoring Windows 2016 Scheduled Tasks
Replies: 16
Views: 849

Re: Monitoring Windows 2016 Scheduled Tasks

Hello, result: /var/log/mariadb/mariadb.log 200421 9:48:01 InnoDB: Initializing buffer pool, size = 128.0M 200421 9:48:01 InnoDB: Completed initialization of buffer pool 200421 9:48:01 InnoDB: highest supported file format is Barracuda. 200421 9:48:01 InnoDB: Waiting for the background threads to st...
by ClemClem
Fri Apr 17, 2020 3:56 am
Forum: Nagios XI
Topic: Monitoring Windows 2016 Scheduled Tasks
Replies: 16
Views: 849

Re: Monitoring Windows 2016 Scheduled Tasks

I think the DB is fixed. But you have still this: [root@localhost ~]# tail /var/log/mariadb/mariadb.log 200417 0:10:02 [Warning] Warning: Optimize table got errno 17 on nagios.nagios_ contactnotifications, retrying 200417 1:15:02 [Warning] Warning: Optimize table got errno 17 on nagios.nagios_ conta...
by ClemClem
Thu Apr 16, 2020 2:49 am
Forum: Nagios XI
Topic: Monitoring Windows 2016 Scheduled Tasks
Replies: 16
Views: 849

Re: Monitoring Windows 2016 Scheduled Tasks

DB repair is done. Reboot. Delete Files, Write Configs, and Verify Files -> no errors . Still the same problem with the service :(. code wraps: ls -laS /var/lib/mysql total 28744 -rw-rw----. 1 mysql mysql 18874368 Apr 16 09:45 ibdata1 -rw-rw----. 1 mysql mysql 5242880 Apr 16 09:45 ib_logfile0 -rw-rw...
by ClemClem
Wed Apr 15, 2020 10:15 am
Forum: Nagios XI
Topic: Monitoring Windows 2016 Scheduled Tasks
Replies: 16
Views: 849

Re: Monitoring Windows 2016 Scheduled Tasks

I made the modification. When I run check command it's ok. I did save, apply and force.
The service state is still like in the previous post.
nagios_3.JPG
by ClemClem
Wed Apr 15, 2020 3:49 am
Forum: Nagios XI
Topic: Monitoring Windows 2016 Scheduled Tasks
Replies: 16
Views: 849

Re: Monitoring Windows 2016 Scheduled Tasks

Status ->
nagios_1.JPG
by ClemClem
Wed Apr 15, 2020 3:48 am
Forum: Nagios XI
Topic: Monitoring Windows 2016 Scheduled Tasks
Replies: 16
Views: 849

Re: Monitoring Windows 2016 Scheduled Tasks

Service ->
nagios_2.JPG
by ClemClem
Tue Apr 14, 2020 4:53 pm
Forum: Nagios XI
Topic: Monitoring Windows 2016 Scheduled Tasks
Replies: 16
Views: 849

Re: Monitoring Windows 2016 Scheduled Tasks

Yes it works, the command is ok I change also < for > [nagios@localhost.localdomain ~]$ /usr/local/nagios/libexec/check_nrpe -H server.domian.com -c check_tasksched -a "filter=title eq 'get_eurofxref'" 'critical=most_recent_run_time > 1440m' empty-state=critical 'empty-syntax=CRITICAL:get_...
by ClemClem
Tue Apr 14, 2020 12:52 pm
Forum: Nagios XI
Topic: Monitoring Windows 2016 Scheduled Tasks
Replies: 16
Views: 849

Re: Monitoring Windows 2016 Scheduled Tasks

nsclient (x64) 0.4.4.23 nsclinet.ini # If you want to fill this file with all avalible options run the following command: # nscp settings --generate --add-defaults --load-all # If you want to activate a module and bring in all its options use: # nscp settings --activate-module <MODULE NAME> --add-d...
by ClemClem
Tue Apr 14, 2020 8:19 am
Forum: Nagios XI
Topic: Monitoring Windows 2016 Scheduled Tasks
Replies: 16
Views: 849

Monitoring Windows 2016 Scheduled Tasks

Hello, I'm trying to monitor if the task is done once a day. I have this response: /usr/local/nagios/libexec/check_nrpe -H server.domain.com -c check_tasksched -a "filter=title eq 'get_eurofxref'" 'critical=most_recent_run_time < 1,440' empty-state=critical 'empty-syntax=CRITICAL:get_eurof...