Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hostname triggers descripcion #12

Closed
k0k opened this issue Jul 11, 2013 · 1 comment
Closed

Add hostname triggers descripcion #12

k0k opened this issue Jul 11, 2013 · 1 comment

Comments

@k0k
Copy link

k0k commented Jul 11, 2013

Should add to the ending of trigger prototypes a name host device: "....on {HOST.NAME}", in an environment of multiple devices and SMS notification is impossible determine affected devices.

@jjmartres
Copy link
Owner

Hi,

Using macro {HOST.NAME} on trigger prototype is not mandadory. I prefer to use on action. For example for SMS notifications, here is what I use :

SUBJECT: [{TRIGGER.SEVERITY} on {HOST.NAME}] : {TRIGGER.NAME}
MESSAGE:
HOSTNAME: {HOST.NAME}
IP ADDRESS: {HOST.IP1}
STATUS: {TRIGGER.STATUS}
SEVERITY: {TRIGGER.SEVERITY}
TRIGGER: {TRIGGER.NAME}
LAST VALUE: {ITEM.LASTVALUE}

EVENT TIMESTAMP: {EVENT.DATE} {EVENT.TIME}
EVENT AGE: {EVENT.AGE}

ACKNOWLEDGE EVENT: https://zabbix/acknow.php?eventid={EVENT.ID}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants