Search found 117 matches

by mindspring
Thu Jul 08, 2021 11:43 pm
Forum: Nagios XI
Topic: NCPA Issue
Replies: 5
Views: 1017

Re: NCPA Issue

Many thanks, yes this is working.
by mindspring
Tue Jul 06, 2021 10:40 pm
Forum: Nagios XI
Topic: NCPA Issue
Replies: 5
Views: 1017

Re: NCPA Issue

Ah thanks, i copied this from another service check and this seems to have worked: check_xi_ncpa!-t 'password' -M 'processes' -w 4: -c 3: -q 'cmd=artisan,match=search' !!!!!!! I wanted to tweak this alert a bit more by adding different checks for different artisan process types. root 603 0.0 0.0 113...
by mindspring
Mon Jul 05, 2021 2:02 am
Forum: Nagios XI
Topic: NCPA Issue
Replies: 5
Views: 1017

NCPA Issue

Hi There, I started getting this error message in monitoring an Artisan process using NCPA UNKNOWN: The node (process) requested does not exist. You may be trying to access the 'processes' node. In the log file I can see the check running 2021-07-05 09:00:29,478 8693 INFO ::ffff:<IPADDRESS> - - [202...
by mindspring
Mon Apr 26, 2021 3:01 am
Forum: Nagios XI
Topic: check_rest_api
Replies: 2
Views: 427

check_rest_api

Hi There, I am using the plugin below but not sure if it's the correct one to be using for my needs. https://exchange.nagios.org/directory/Plugins/Network-Protocols/HTTP/check_rest_api-%7C-Monitor-data-from-a-REST-API/visit Basically what I want to do is an API call to a url using GET, it returns a ...
by mindspring
Thu Apr 22, 2021 11:39 pm
Forum: Nagios XI
Topic: POSTGRES_CUSTOM_QUERY UNKNOWN: DB "db_tools" (host:host) Inv
Replies: 5
Views: 2269

Re: POSTGRES_CUSTOM_QUERY UNKNOWN: DB "db_tools" (host:host)

Ah fantastic thanks, that is working now!
by mindspring
Wed Apr 21, 2021 11:02 pm
Forum: Nagios XI
Topic: POSTGRES_CUSTOM_QUERY UNKNOWN: DB "db_tools" (host:host) Inv
Replies: 5
Views: 2269

Re: POSTGRES_CUSTOM_QUERY UNKNOWN: DB "db_tools" (host:host)

Thanks. I should have mentioned that I tried that already /check_postgres.pl -H host -p 5432 -db user_tools -dbuser db_tools -dbpass xxxxx -w 1 --action custom_query --query="select count(*) from sftp_uploader_queue as result where write_path like '%FobyRAM' and date_added > now() - interval '1...
by mindspring
Wed Apr 21, 2021 2:04 am
Forum: Nagios XI
Topic: POSTGRES_CUSTOM_QUERY UNKNOWN: DB "db_tools" (host:host) Inv
Replies: 5
Views: 2269

POSTGRES_CUSTOM_QUERY UNKNOWN: DB "db_tools" (host:host) Inv

Hi There, POSTGRES_CUSTOM_QUERY UNKNOWN: DB "db_tools" (host:host) Invalid format returned by custom query | time=0.36s count=422;1 I have a similiar issue referenced in this post but I can't seem to the resolve it. https://support.nagios.com/forum/viewtopic.php?f=7&t=28736 This is my ...
by mindspring
Mon Sep 21, 2020 3:13 am
Forum: Nagios XI
Topic: Dump and Restore
Replies: 1
Views: 323

Dump and Restore

Hi There, I have migrated Nagios to a new server, using the online guide. Everything seems to be working properly and has been for months now. I did however notice this error that comes up when I make changes to a service. SQL Error [nagiosxi] : ERROR: syntax error at or near "Usage" LINE ...
by mindspring
Mon Sep 21, 2020 3:09 am
Forum: Nagios XI
Topic: Scheduled Downtime Emails
Replies: 3
Views: 509

Re: Scheduled Downtime Emails

Thanks, this works quite well.
by mindspring
Sat Sep 12, 2020 2:56 am
Forum: Nagios XI
Topic: Scheduled Downtime Emails
Replies: 3
Views: 509

Scheduled Downtime Emails

Hi There,

I configured recurring scheduled downtime for when backups run every night, which is a great feature. The only problem is that I now get emails every day informing me of it.

Is there a way I can disable the email for hosts and services alerts for recurring scheduled downtime?

Thanks