add new contact failed

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
yoda911
Posts: 2
Joined: Thu Jan 08, 2015 7:03 am

add new contact failed

Post by yoda911 »

hi,

I have a problem when i add a new contact, i haven't any error in log or in check
But Nagwin_Nagios stopped directly and others services run normally.

my contact.cfg :

Code: Select all

define contact{
		contact_name    nagiosadmin			; Short name of user
		use				generic-contact		; Inherit default values from generic-contact template (defined above)
		alias           Nagios Admin		; Full name of user
		email 			[email protected]
		register 		0
        }
		

define contact{
		contact_name    contact_two					; Short name of user
		use 			generic-contact				; Contact 
		alias           Contact two				; Full name of user
		email 			[email protected]	; Email 
		register 		0
		}


define contactgroup{
        contactgroup_name   admins
        alias               Nagios Administrators
        members             nagiosadmin,contact_two
        }

define contactgroup{
        contactgroup_name   developers
		alias				Developers
		members				contact_two
		}
		
thanks by advance

Best Regards
Yo
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: add new contact failed

Post by tmcdonald »

Nagwin is not an official Nagios product, so we can't offer much in the way of support. You might have better luck asking in their support section:

https://www.itefix.net/customer-support
Former Nagios employee
yoda911
Posts: 2
Joined: Thu Jan 08, 2015 7:03 am

Re: add new contact failed

Post by yoda911 »

ok, i'll try, thanks for your help ;)
Locked