Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to configure Ambari to send SNMP notification

avatar
New Member

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

1 ACCEPTED SOLUTION

avatar
New Member

I solve the problem by following this tutorial

View solution in original post

3 REPLIES 3

avatar
New Member

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

avatar
New Member

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

avatar
New Member

I solve the problem by following this tutorial