Search found 11 matches
- Fri Dec 18, 2015 2:57 pm
- Forum: Nagios XI
- Topic: Notifications and alerts (contacts & states)
- Replies: 6
- Views: 951
- Thu Dec 17, 2015 5:08 pm
- Forum: Nagios XI
- Topic: Notifications and alerts (contacts & states)
- Replies: 6
- Views: 951
Re: Notifications and alerts (contacts & states)
I uploaded the wrong photo for icare Contact. here is the correct image.
- Thu Dec 17, 2015 1:55 pm
- Forum: Nagios XI
- Topic: Notifications and alerts (contacts & states)
- Replies: 6
- Views: 951
Re: Notifications and alerts (contacts & states)
Additional Photo(s)
- Thu Dec 17, 2015 1:52 pm
- Forum: Nagios XI
- Topic: Notifications and alerts (contacts & states)
- Replies: 6
- Views: 951
Notifications and alerts (contacts & states)
Hey Everyone, So i'm trying to setup multiple notifications for all of my hosts and services and i can't seem to get them working correctly. We have a help desk software which we send Nagios emails to to auto generate tickets. This worked fine until we realized they were generating them for Recoveri...
- Thu Dec 17, 2015 10:01 am
- Forum: Nagios XI
- Topic: Test check works in CCM, but fails once applied
- Replies: 14
- Views: 1860
Re: Test check works in CCM, but fails once applied
Thank you very much for helping me! that did resolve the issue. the only question now is when the files doesn't exist, i want it to report a critical. right now it reports unknown. any help on that would be great 
- Wed Dec 16, 2015 6:21 pm
- Forum: Nagios XI
- Topic: Test check works in CCM, but fails once applied
- Replies: 14
- Views: 1860
Re: Test check works in CCM, but fails once applied
At this point, the command is stopping before it leaves nagios. the log on the desktop is empty (after deleted old data). no new logs with the current command config is being created.
- Wed Dec 16, 2015 5:20 pm
- Forum: Nagios XI
- Topic: Test check works in CCM, but fails once applied
- Replies: 14
- Views: 1860
Re: Test check works in CCM, but fails once applied
New code is as follows: [code$USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c Check_Files -a path=$ARG1$ "filter=filename=$ARG2$" "ok=count>= 1" "warn=written< -$ARG3$" "crit=written< -$ARG4$ or count= 0" "perf-syntax=${file} Last Written: %(written_l)"]...
- Wed Dec 16, 2015 10:31 am
- Forum: Nagios XI
- Topic: Test check works in CCM, but fails once applied
- Replies: 14
- Views: 1860
Re: Test check works in CCM, but fails once applied
After updating that i'm getting this error. Invalid command line: unrecognised option 'test.txt' I'm not sure how the management of double quotes works... the section in question is this "filter=filename='$ARG2$'" and the full code is below $USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c Chec...
- Tue Dec 15, 2015 2:24 pm
- Forum: Nagios XI
- Topic: Test check works in CCM, but fails once applied
- Replies: 14
- Views: 1860
Re: Test check works in CCM, but fails once applied
I tried that and got the same results. on top of that, why would it work IN nagios on the Test check? but not after applying?
- Tue Dec 15, 2015 12:57 pm
- Forum: Nagios XI
- Topic: Test check works in CCM, but fails once applied
- Replies: 14
- Views: 1860
Re: Test check works in CCM, but fails once applied
Here are the screenshots