I've asked Professor Google, and spent a couple hours going through different openNMS docs, but I can't seem to find what I think should be fairly simple. We have alerts being generated and sent to multiple groups. We want to change the notifications for an existing alert. If I understand the procedure for alerts/notifications, the destination path needs to be modified for that specific alert, and I guess on every affected node. What method is used to modify, not create an existing alert destination path? If I click on a target system, then walk to the alert, I see a page w. headers of Name Description Rule Destination Path Varbinds Actions. Under Actions is an Edit key for each notifcation event. I'm guessing that would be the route to take, but someone else who's just as inexperienced said that we need to manually modify an xml file. My concern is that we don't have test environments unfortunately, and the person who set up openNMS initially is long gone. Needless to say I'm reluctant to change things, or even click on random buttons, for fear that I may break something. And of course I don't want my next job to be one where I say "Would you like fries with that?"
1
There are 1 best solutions below
Related Questions in OPENNMS
- Opennms-source-26.0.0.1 is violating our open source org policy
- Use Apache To Run SSL On Port 8980 Specifically
- How to monitor the complete network through Python?
- Does the docker version of opennms have Rest API?
- Opening a web app from another web app - server side
- the centreon 18 is not working with remote polller and remote servers. why?
- OpenNMS events varbinds decode always showing the raw value between (parentheses)
- openNMS - change existing destination path
- OpenNMS sending multiple notification for the same event
- OpenNMS: Can I do Industrial IOT and LTE Mobility
- OpenNMS SNMP Traps Stopped Working - How to Further Troubleshoot
- OpenNMS installation fails with error, expected stable but got opennms-23, is it possible to go trought it?
- Tracking down cause of "too many open files" in OpenNMS
- Parse SNMP STRING in datacollection
- HTTP Service is not getting discovered in OpenNms for tomcat8.5 without SendResonPharse
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You should check the destinationpaths.xml/notifications.xml
If you want to remove unwanted group being sent the email you should check destinationpaths.xml file in /opt/opennms/etc/
Notification.xml/destinationpaths.xml/notificationCommand.xml are interralated WRT to notificaitons also the event definition should exist in /opt/opennms/etc/events/ and in /opt/opennms/etc/event.conf
Below Example should help
Notifications.xml file snippet
destinationpaths.xml file snippet