Re: Monitoring disk & CPU usage on FreeBSD systems
"Seibold, Michael" <[email protected]> Mon, 17 Sep 2018 06:30:03 +0000
| Newsgroups | gmane.network.opennms.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Yusufdeen,
take a look at the other thresholds and into the admin guide to have examples.
Thresholds should look like this:
<threshold description=…
…
</threshold>
You have a second threshold descriptions without closing the first one. Use
xmllint thresholds.xml
to check if the xml syntax of a configuration change is correct and check the opennms log files for errors:
fgrep ERROR /var/log/opennms/*log
Further you have to add event uei’s which will be used to trigger events when the threshold is exceeded and rearmed, something like
triggeredUEI="uei.opennms.org/threshold/ifInErrorsExceeded"
rearmedUEI="uei. opennms.org /threshold/ifInErrorsRearmed"
Then you need to define those events (if you don’t use predefined ones) in the event configuration.
If you see the events, the next step would be to define the alerts – alarms or notifications or both.
Looking at the existing thresholds/events/alarms is a good help, and the admin guide too.
-Michael
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ
opennms-discuss mailing list
To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss