Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
sending snmp based on pmie #38
Comments
|
Currently this can only be achieved using the shell action (and e.g. snmptrap utility from net-snmp). Code could be added to pmie to make this a first class action, if there was demand & someone wrote the code... (similar to the stomp action already in the code). |
natoscott
closed this
Aug 13, 2015
pcpuser001
commented
Aug 13, 2015
|
Thanks a lot natoscott. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pcpuser001 commentedAug 12, 2015
Hi ALL,
may i know is there any provision to send SNMP trap based on certain metric value? what i read is in pmie we can use shell to call executable's , apart from that is there any way to achieve the same.
Thanks