Hi, We have an OID on F5 which will generate custom log on the log directory using the alert ID and even we can generate an email whenever specific event is triggered on F5. I am wondering is there any way we can config alert on Orion server whenever the OID generates alert on F5.
#alert.conf#
alert BIGIP_MCPD_MCPDERR_NODE_ADDRESS_MON_STATUS {
snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.12"
}
##error-ms.h##
| 0 LOG_NOTICE | 01070640 BIGIP_MCPD_MCPDERR_NODE_ADDRESS_MON_STATUS "Node %s address %s monitor status %s." |
| 0 LOG_NOTICE | 01070728 BIGIP_MCPD_MCPDERR_NODE_ADDRESS_MON_STATUS_UP "Node %saddress %s monitor status up." |
Custom logger with alert ID and triggered log on /var/log.
logger -p local0.notice "01070640:5: Node 10.0.x.x monitor status down."
Aug 11 10:35:56 BigIP01A notice uid: 01070640:5: Node 10.0.x.x monitor status down
I am looking something like on the Orion settings, whenever the specific '10.0.x.x' node/server goes down, it should trigger the email alert for notification.
Advance thanks for viewing this.