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 **
notification issues
Re: notification issues
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:
and
I assume you are missing the "is %hoststate%" part...
Code: Select all
%type% Host Alert - %hostalias% is %hoststate%Code: Select all
%type% Service Alert - %hostalias%/%service% is %servicestate%Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: notification issues
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.
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
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:
Manage Service Notification Commands:
If the contact is just a core contact and not associated to an XI user:
Manage Host Notification Commands:
Manage Service Notification Commands:
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_handlerCode: Select all
xi_service_notification_handlerManage Host Notification Commands:
Code: Select all
notify-host-by-emailCode: Select all
notify-service-by-emailFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: notification issues
This is resolved .you may close it
We have changed it from common-host-notify-service to host-notify-service.
We have changed it from common-host-notify-service to host-notify-service.
Re: notification issues
I am glad your issues has been resolved! I am locking the topic.
Be sure to check out our Knowledgebase for helpful articles and solutions!