Search found 16 matches

by Anto
Tue Dec 19, 2023 10:07 am
Forum: Nagios XI
Topic: Send Alarm when "Last Check" time not updated on passive service
Replies: 2
Views: 6331

Re: Send Alarm when "Last Check" time not updated on passive service

Hi @jsimon

Thank you for the suggestion, this is very nice solution.

kind regards
Antonello
by Anto
Mon Dec 18, 2023 8:06 am
Forum: Nagios XI
Topic: Send Alarm when "Last Check" time not updated on passive service
Replies: 2
Views: 6331

Send Alarm when "Last Check" time not updated on passive service

Hi Team I have a passive check that receive status updates from check_logfiles plugin monitoring a specific log file on a remote RHEL server. The check_logfile plugin is actived by NCPA agent on the remote server. Other than error log messages to be monitored, every 30 minutes in the log file appear...
by Anto
Tue Sep 19, 2023 12:44 pm
Forum: Nagios XI
Topic: How to clear alarms using alertid
Replies: 2
Views: 1269

Re: How to clear alarms using alertid

Hi @sgardil

Thanks a lot for your suggestion !
by Anto
Mon Sep 18, 2023 3:19 am
Forum: Nagios XI
Topic: How to clear alarms using alertid
Replies: 2
Views: 1269

How to clear alarms using alertid

Hi Team From a database monitoring tool I'm receiving traps for various metrics when they exceed the thresholds. For example I receiving traps named "Total activity time" when one sql statements exceed the thesholds like this: New WARNING Alert 5482: Total activity time on xyz : Warning th...
by Anto
Wed Jul 07, 2021 3:38 am
Forum: Nagios XI
Topic: NagiosXI alarm report
Replies: 5
Views: 880

Re: NagiosXI alarm report

Hi Ben The query seems to be ok, I added these columns, nagios_servicestatus.last_state_change and nagios_servicestatus.last_time_ok to have the time of the last state change from OK to CRITICAL. Can you provide the same query for the acknowledge on Hosts ? Another question is: with this query seems...
by Anto
Mon Jul 05, 2021 1:14 pm
Forum: Nagios XI
Topic: NagiosXI alarm report
Replies: 5
Views: 880

Re: NagiosXI alarm report

Hi Ben I'm appreciating nagiosXI a lot. We are using Nagios and NagiosXI to monitor Network devices, Databases (Oracle,DB2) and Servers. About this post I think is enough if you can provide a query similar to your example that has also a join with nagios_statehistory table to have both ack timestamp...
by Anto
Fri Jul 02, 2021 12:13 pm
Forum: Nagios XI
Topic: NagiosXI alarm report
Replies: 5
Views: 880

NagiosXI alarm report

Hi Team Our customer would like to have a report like one reported in "Acknowledgements" where there are all the ack made by the control room's operators, but having the timestamp of the alarms and the status check output string. So the report should have the following columns or similar: ...
by Anto
Fri Jul 02, 2021 11:40 am
Forum: Nagios XI
Topic: Oracle service check status
Replies: 5
Views: 960

Re: Oracle service check status

Hi Vinh

Sorry for late in response.
Close the thread please

Best Regards
Antonello
by Anto
Mon Jun 21, 2021 1:09 pm
Forum: Nagios XI
Topic: Oracle service check status
Replies: 5
Views: 960

Re: Oracle service check status

Hi Vinh I'm fine hope you too. I followed your suggestion and done some changes in the "sub dbconnect" for /ORA-12545/ , /ORA-12541/ and for other specific errors. The changes are working :D . However I would suggest to propose this as an idea to plugin developer, but in more general scena...
by Anto
Wed Jun 16, 2021 8:46 am
Forum: Nagios XI
Topic: Oracle service check status
Replies: 5
Views: 960

Oracle service check status

Hi I have a lot of Oracle databases monitored with NagiosXI (check_oracle_health) and I found that when one "Service check" fails to connect to database for any reason, the plugin send a CRITICAL ALARM with the error returned, similar this: [ nagios@prnagxi01 ~]$ /usr/local/nagios/libexec/...