Search found 9 matches
- Thu Apr 25, 2013 10:11 am
- Forum: Open Source Nagios Projects
- Topic: Problem:no notifications have been recorded
- Replies: 14
- Views: 8382
Re: Problem:no notifications have been recorded
services.cfg : define service { host_name test service_description check-host-alive check_period 24x7 max_check_attempts 3 normal_check_interval 1 retry_check_interval 1 contact_groups sagroup notification_interval 10 notification_period 24x7 notification_options w,u,c,r notifications_enabled 1 chec...
- Thu Apr 25, 2013 7:32 am
- Forum: Open Source Nagios Projects
- Topic: Problem:no notifications have been recorded
- Replies: 14
- Views: 8382
Re: Problem:no notifications have been recorded
contactgroups.cfg: define contactgroup{ contactgroup_name sagroup alias Nagios Administrators members nagiosadmin } run "/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg", there was no errors and warnings. SMS configuration is: # 'notify-service-by-sms' command definition d...
- Thu Apr 25, 2013 7:16 am
- Forum: Open Source Nagios Projects
- Topic: Problem:no notifications have been recorded
- Replies: 14
- Views: 8382
Re: Problem:no notifications have been recorded
attached nagios.cfg file(the file extention .cfg is not allowed tu upload, I added .txt to it).
- Thu Apr 25, 2013 7:08 am
- Forum: Open Source Nagios Projects
- Topic: Problem:no notifications have been recorded
- Replies: 14
- Views: 8382
Re: Problem:no notifications have been recorded
Thanks very much. One of my host defined in hosts.cfg: define host { host_name test alias test address 172.26.28.83 check_command check-host-alive check_interval 5 retry_interval 1 max_check_attempts 5 check_period 24x7 process_perf_data 0 retain_nonstatus_information 1 contact_groups sagroup notifi...
- Wed Apr 24, 2013 9:10 am
- Forum: Open Source Nagios Projects
- Topic: Problem:no notifications have been recorded
- Replies: 14
- Views: 8382
Re: Problem:no notifications have been recorded
Thanks.
I setup a mail server, and email can be sent by mail command.
I configure contacts.cfg, notifications commands,and host/service contact group, the configuration is checked pass with command "nagios -v nagios.cfg". I can not find out the answer.
I setup a mail server, and email can be sent by mail command.
I configure contacts.cfg, notifications commands,and host/service contact group, the configuration is checked pass with command "nagios -v nagios.cfg". I can not find out the answer.
- Wed Apr 24, 2013 7:59 am
- Forum: Open Source Nagios Projects
- Topic: Problem:no notifications have been recorded
- Replies: 14
- Views: 8382
Re: Problem:no notifications have been recorded
This is an old topic last year, it seems that I get the same problem.------http://support.nagios.com/forum/viewtop ... ile#p40684
- Wed Apr 24, 2013 7:53 am
- Forum: Open Source Nagios Projects
- Topic: Problem:no notifications have been recorded
- Replies: 14
- Views: 8382
Re: Problem:no notifications have been recorded
Thanks for your respond!
The notifications did not work from the beginning for all hosts and services.
I asked for help in Spiceworks community, this is the link:http://community.spiceworks.com/topic/post/2119829
The notifications did not work from the beginning for all hosts and services.
I asked for help in Spiceworks community, this is the link:http://community.spiceworks.com/topic/post/2119829
- Wed Apr 24, 2013 1:09 am
- Forum: Open Source Nagios Projects
- Topic: Notification ==> notifications.cgi
- Replies: 6
- Views: 2736
Re: Notification ==> notifications.cgi
I encountered the same problem like this, from the 'Nagios.log' file I only saw host & service alerts but no host & service notifications recorded.
Did you find the key to resolve the problem ?
Did you find the key to resolve the problem ?
- Tue Apr 23, 2013 8:46 pm
- Forum: Open Source Nagios Projects
- Topic: Problem:no notifications have been recorded
- Replies: 14
- Views: 8382
Problem:no notifications have been recorded
I encountered a stange problem, my nagios did not send notifications when host goes down & up, the 'Nagios.log' only recorded host and service alerts, but no host and service notifications, I checked nagios web interface, it shows 'no notifications have been recorded in current log file',I reall...