Page 1 of 1

notification issues

Posted: Tue Mar 25, 2014 1:45 pm
by ravish78
We are getting host alert with incomplete subject line(Problem word is missing).Can you let me know where should we make the changes.

Subjectline:
Host DOWN alert for usa0300lv846!

It should be like

PROBLEM Host Alert: usa0300lv846 is DOWN **

Re: notification issues

Posted: Tue Mar 25, 2014 2:36 pm
by lmiltchev
Click on the username in the upper right corner, then go to "Notification Messages" and check what you have in the "Host/Service Alert Subject". You should have something like this:

Code: Select all

%type% Host Alert - %hostalias% is %hoststate%
and

Code: Select all

%type% Service Alert - %hostalias%/%service% is %servicestate%
I assume you are missing the "is %hoststate%" part...

Re: notification issues

Posted: Tue Mar 25, 2014 2:47 pm
by ravish78
I am getting below message

Notification Messages

Nagios XI notification handlers are not defined for this account. XI notification handlers must be defined in the Core Config Manager for customized notification settings.
Management of notification preferences is not available for your account. Contact your NagiosXI administrator for details.

Re: notification issues

Posted: Tue Mar 25, 2014 3:41 pm
by abrist
You either need to:
1) Configure a template for the contact that includes the notification commands.
OR:
2) Configure notification commands for the contact --> CCM --> Contact in question --> Alert settings.
If the contact is also and XI user:
Manage Host Notification Commands:

Code: Select all

xi_host_notification_handler
Manage Service Notification Commands:

Code: Select all

xi_service_notification_handler
If the contact is just a core contact and not associated to an XI user:
Manage Host Notification Commands:

Code: Select all

notify-host-by-email
Manage Service Notification Commands:

Code: Select all

notify-service-by-email

Re: notification issues

Posted: Wed Mar 26, 2014 9:29 am
by ravish78
This is resolved .you may close it

We have changed it from common-host-notify-service to host-notify-service.

Re: notification issues

Posted: Wed Mar 26, 2014 11:37 am
by lmiltchev
I am glad your issues has been resolved! I am locking the topic.