Skip to content

Instantly share code, notes, and snippets.

@mbukatov
Created November 23, 2017 13:36
Show Gist options
  • Save mbukatov/c9f8004bbfb517f0061a9e45a4354962 to your computer and use it in GitHub Desktop.
Save mbukatov/c9f8004bbfb517f0061a9e45a4354962 to your computer and use it in GitHub Desktop.
tendrl-notifier config
[root@mbukatov-usm1-server ~]# rpm -q tendrl-notifier
tendrl-notifier-1.5.4-3.el7rhgs.noarch
[root@mbukatov-usm1-server ~]# cat /etc/tendrl/notifier/snmp.conf.yaml
# V2 end point details
# Enable the below lines if v2 end point to be used for SNMP notifications
# Note: For different communities make different similar entries below additionally
# Here default community is public
# V2 is auth less
# v2_endpoint:
# endpoint1:
# host_ip: 127.0.0.1
# community: public
# endpoint2:
# host_ip: 127.0.0.1
# community: public
# V3 end point details
# V3 needs authorization, Need to provide md5 password and des password
# Enable the below lines if v3 end point to be used for SNMP notifications
# v3_endpoint:
# endpoint1:
# host_ip: 127.0.0.1
# username: admin
# auth_key: mymd5pass
# priv_key: mydespass
# endpoint2:
# host_ip: 127.0.0.1
# username: user
# auth_key: mymd5pass
# priv_key: mydespass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment