Page 1 of 1

add new contact failed

Posted: Thu Jan 08, 2015 7:19 am
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

Re: add new contact failed

Posted: Thu Jan 08, 2015 12:54 pm
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

Re: add new contact failed

Posted: Fri Jan 09, 2015 3:38 am
by yoda911
ok, i'll try, thanks for your help ;)