Search found 7 matches
- Wed Jul 07, 2021 12:56 pm
- Forum: Open Source Nagios Projects
- Topic: Email notification when Disabling notification on service
- Replies: 5
- Views: 3348
Re: Email notification when Disabling notification on servic
Thanks mcapra. I had a feeling but wanted to confirm.
- Wed Jul 07, 2021 11:21 am
- Forum: Open Source Nagios Projects
- Topic: Email notification when Disabling notification on service
- Replies: 5
- Views: 3348
Re: Email notification when Disabling notification on servic
Hi Perry and thanks for the response. I don't think this is what I need. What I am looking for is if someone goes into the web console and for example disables check_disk check that we get notified that it was disabled. Is there alternative way to have each unique login logged in the nagios.log when...
- Wed Jun 30, 2021 9:16 am
- Forum: Open Source Nagios Projects
- Topic: Email notification when Disabling notification on service
- Replies: 5
- Views: 3348
Email notification when Disabling notification on service
Hi All, Someone on my team disabled notifications for a service and forgot to re-enable them after they resolved the issue. This caused of course another issue which we didn't catch. My manager is asking if there is a way to send a notification out when a service is disabled. Is this something that ...
- Sun Mar 14, 2021 8:46 am
- Forum: Open Source Nagios Projects
- Topic: Check_load
- Replies: 1
- Views: 3318
Check_load
Hi All, Currently I have setup the check_load alerts to alert us when both the CPU/HT hits around 75% of the total cores (since not all hyperthreads are actually a true core). We have hired a small MSP to do some of our DBA work and of course they don't want to look at each alert even though I menti...
- Tue Mar 09, 2021 9:11 am
- Forum: Open Source Nagios Projects
- Topic: check_procs elapsed time not working
- Replies: 0
- Views: 2682
check_procs elapsed time not working
Hello, I'm trying to setup a check to alert me if a process runs over an hour. I've been testing using 10 seconds just to verify that the check is working: /usr/local/nagios/libexec/check_procs -c 10 --metric=ELAPSED -a java ELAPSED OK: 48 processes with args 'java' | procs=48;;;0; procs_warn=0;;;0;...
- Mon Nov 05, 2018 1:34 pm
- Forum: Open Source Nagios Projects
- Topic: Ack critical status background color is white
- Replies: 1
- Views: 892
Ack critical status background color is white
Hi All, I just upgraded from Nagios Core 4.2.0 to 4.4.2 and noticed that the status background color is now showing as white instead of the usual red. In viewing the chrome debug it shows as showstatuscritialack but when I modify that in the status.css file it doesn't change anything. Can someone le...
- Fri Sep 02, 2016 9:44 am
- Forum: Open Source Nagios Projects
- Topic: Scheduled downtime command line
- Replies: 1
- Views: 1680
Scheduled downtime command line
Hello All, I have an issue with setting up scheduled downtime at one of our newest sites. The command that our sript is using is (I have changed the password for the post) wget --user=restart --password=test -T 5 -O - "http://${NAGIOS}/nagios/cgi-bin/cmd.cgi?cmd_typ=22&cmd_mod=2& host=$...