Partse information with python to send at NAGIOS CORE

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
omegin
Posts: 2
Joined: Thu Sep 28, 2017 1:46 am

Partse information with python to send at NAGIOS CORE

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Partse information with python to send at NAGIOS CORE

Post 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
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
omegin
Posts: 2
Joined: Thu Sep 28, 2017 1:46 am

Re: Partse information with python to send at NAGIOS CORE

Post by omegin »

Thank u man!!!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Partse information with python to send at NAGIOS CORE

Post by scottwilkerson »

omegin wrote:Thank u man!!!
No problem, let us know if you have any other issues.
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked