Forward SNMP events

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
elinagios
Posts: 146
Joined: Thu Feb 16, 2017 3:45 am

Forward SNMP events

Post by elinagios »

Hello

1) Is there a way to forward specific service check (SNMP check) results to some other host?
2) Is there a way to forward only warning/errors of the specific snmp check to other host?

With NagiosXI API you cannot query only specific service or better yet servicegroup status's.

Any ideas?
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Forward SNMP events

Post by cdienger »

There is the SNMP Trap Sender component(Admin > System Extensions > Manage Components > SNMP Trap Sender) which can help you create a component to do what you're looking for if you were inclined to do some programming. Outside of that you could also use an event handler. Here are some resources:

https://assets.nagios.com/downloads/nag ... ios-XI.pdf
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

The API can pull specific services - have a look at the Building Limited Queries section under Admin > REST API Docs > Objects Reference.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked