Created 01-13-2017 05:29 PM
How can I sent SNMP notification in Ambari, I have read this and do the required configuration, but when I use this command: nohup snmptrapd -m ALL -A -n -Lf /traps.log & to see notification I don't find any thing in the log file ( except the version of snmp). thank you in advance for help
Created 01-16-2017 01:37 PM
I solve the problem by following this tutorial
Created on 01-13-2017 10:36 PM - edited 08-19-2019 02:52 AM
You can do this through Ambari UI. Go to Alerts page, select "Manage Notifications" under the Actions button.
See the images below.
11396-screen-shot-2017-01-13-at-23137-pm.png
You can select either EMAIL or SNMP in the method field:
11397-screen-shot-2017-01-13-at-23117-pm.png
Created 01-16-2017 08:55 AM
thank you for responding, but yeah that what I did and when I traied to see the notifications using this command :
nohup snmptrapd -m ALL -A -n -Lf /traps.log &
I find the log file(traps.log) empty, as if there is no logs
Created 01-16-2017 01:37 PM
I solve the problem by following this tutorial