Page 1 of 1

Partse information with python to send at NAGIOS CORE

Posted: Thu Sep 28, 2017 1:50 am
by omegin
Hi all,

Just one question.... it's posible to parse custom data with python and send it to nagios with snmp??? if it's posible how I can make this...??

Thank u

Re: Partse information with python to send at NAGIOS CORE

Posted: Thu Sep 28, 2017 10:53 am
by scottwilkerson
omegin wrote:Just one question.... it's posible to parse custom data with python and send it to nagios with snmp??? if it's posible how I can make this...??
SNMP doesn't send data, well, SNMP traps can but that's even more complicated to roll your own.

A better solution would be to set up nagios to accept passive checks with something like NRDP
https://exchange.nagios.org/directory/A ... or/details

Then you can pass the data to nagios with that.
https://support.nagios.com/kb/article/n ... ource.html

Re: Partse information with python to send at NAGIOS CORE

Posted: Fri Sep 29, 2017 5:33 am
by omegin
Thank u man!!!

Re: Partse information with python to send at NAGIOS CORE

Posted: Fri Sep 29, 2017 9:23 am
by scottwilkerson
omegin wrote:Thank u man!!!
No problem, let us know if you have any other issues.