Search found 14 matches

by DerekNagiosXI
Mon Nov 14, 2022 8:25 am
Forum: Nagios XI
Topic: Questions on Nagios State Change
Replies: 0
Views: 13942

Questions on Nagios State Change

1) What does 'last_hard_state = -1' mean? 2) If last_state = 2 and state = 0, then state_change = 1 If last_state = 0 and state = 0, then state_change = 1 Is this correct ? 3) We believe that Object types are 'Services', 'Host Escalations' and 'Service Escalations'. So we assume that objecttype_id =...
by DerekNagiosXI
Tue Jan 04, 2022 3:21 pm
Forum: Nagios XI
Topic: Monitoring fileshare drive?
Replies: 3
Views: 829

Re: Monitoring fileshare drive?

ssax wrote:What type of file share is it? CIFS/NFS/etc?

What type of device/OS is the file share stored on?

You could mount the share up to the XI system and then use Configure > Configuration Wizards > Mountpoint wizard.
Thanks for the response.

File share is NFS.
OS is Windows server 2016.
by DerekNagiosXI
Tue Dec 21, 2021 12:54 pm
Forum: Nagios XI
Topic: Monitoring fileshare drive?
Replies: 3
Views: 829

Monitoring fileshare drive?

Hello, seeking guidance to monitor a few fileshare drives for customer. They provided url, I do see an oracle config wizard for Nagios which would require username and password but wanted to check if a more easy way to just monitor the fileshare location by setting up the url?
by DerekNagiosXI
Mon Nov 08, 2021 9:13 am
Forum: Nagios XI
Topic: Monitoring Windows scheduled tasks?
Replies: 3
Views: 928

Re: Monitoring Windows scheduled tasks?

Ncpa, will check out first link, thank you.
by DerekNagiosXI
Thu Nov 04, 2021 1:34 pm
Forum: Nagios XI
Topic: Monitoring Windows scheduled tasks?
Replies: 3
Views: 928

Monitoring Windows scheduled tasks?

Customer has two scheduled jobs running nightly they would like monitored if job fails, could someone point in direction on how to configure?
by DerekNagiosXI
Thu Oct 21, 2021 10:07 am
Forum: Nagios XI
Topic: Check_TCP Plugin - Windows Server 2019
Replies: 5
Views: 1514

Re: Check_TCP Plugin - Windows Server 2019

Tried off the server, got
An error occurred:
UNKNOWN: An error occured connecting to API. (HTTP error: '500 INTERNAL SERVER ERROR')
by DerekNagiosXI
Wed Oct 20, 2021 8:32 am
Forum: Nagios XI
Topic: Check_TCP Plugin - Windows Server 2019
Replies: 5
Views: 1514

Re: Check_TCP Plugin - Windows Server 2019

Hello DerekNagiosXI Thanks for reaching out on 'check_tcp' plugin 500 error condition. Want to verify that we are able to view the 'ncpa' web console: https://yourwindowsserver2019:5693 https://i.ibb.co/c2n97Bp/ncpawebconsoleapi.png For raw api results: curl -k https://yourwindowsserver2019:5693/ap...
by DerekNagiosXI
Mon Oct 18, 2021 11:43 am
Forum: Nagios XI
Topic: Check_TCP Plugin - Windows Server 2019
Replies: 5
Views: 1514

Check_TCP Plugin - Windows Server 2019

Good Afternoon, Have the check_tcp on the windows server under C:\Program Files (x86)\Nagios\NCPA\plugins Running into error - UNKNOWN: An error occurred connecting to API. (HTTP error: '500 INTERNAL SERVER ERROR') Here is $ARG1$ parameter - -t 'xxxx' -P 5693 -M 'plugins/check_tcp' -q 'args=-H serve...
by DerekNagiosXI
Wed Jul 28, 2021 6:34 am
Forum: Nagios XI
Topic: Nagios XI - Check Settings of service understanding
Replies: 3
Views: 981

Re: Nagios XI - Check Settings of service understanding

Check interval - 5 min Retry interval - 1 min Max check attempts - 5 Nagios XI will check every 5 minutes (check_interval), if a problem is detected it will recheck it every 1 minute (retry_interval) 5 times (max_check_attempts) before it reaches a HARD state where a notification will be sent. So o...
by DerekNagiosXI
Tue Jul 27, 2021 9:21 am
Forum: Nagios XI
Topic: Nagios XI - Check Settings of service understanding
Replies: 3
Views: 981

Nagios XI - Check Settings of service understanding

Hello, I have a service I am monitoring. Under check settings, I have the following values below Check interval - 5 min Retry interval - 1 min Max check attempts - 5 Just want to make sure I understand, Lets say the service is down, after the 5 minute check, it goes into retry for another 5 minutes ...