1 Feb 2005 21:19
[opennms-devel] testing new auto-acknowledge up notifications
Bill Ayres <ayres <at> net.orst.edu>
2005-02-01 20:19:57 GMT
2005-02-01 20:19:57 GMT
I've been doing a little testing with auto-acknowledge up notifications and have identified the following issues. 1. no email notification occurs on the up for the target: <target> <name>ayres <at> net.orst.edu</name> <command>email</command> </target> If you look in the database with select * from usersnotified where notifyid=xx; the userid is listed as email-address and the contactinfo column is blank. If I use the following target, then the up notification works. <target> <name>ayres</name> <command>email</command> </target> Looking at the database again, the userid is ayres and the contactinfo is ayres <at> net.orst.edu I use the fully qualified email address alot to send to aliases defined elsewhere. These aliases are maintained by others to reflect changes in people and duties. I would rather not have to define dummy users for each of them. 2. The RESOLVED: prefix appears in the subject of the emails, but not in the body and not in the pages. The pages are just a duplicate of the original down. I suspect this is because RESOLVED: is prepended to the noticeid. People complain when the pages are too wordy (Really, they do!), so I don't include the noticeid in the message portion of the page, nor is the subject line included.(Continue reading)
RSS Feed