Store Device configuration or data without SNMP

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
network2016
Posts: 47
Joined: Tue Mar 08, 2016 11:35 am

Store Device configuration or data without SNMP

Post by network2016 »

Hi

I am looking for solution on how to store a device data without adding it via discovery in NagiosXI [using SNMP] ,rather it will by a HTTP or REST method. The device should not be added using SNMP method rather it should use other method like http call or REST. It should be available and visible in nagios Console also . I want to know in which database[ndoutils,nagiosxi,nagios] it will store the device data and which DB is responsible to show it in nagios web console.

Primary requirement is that any client other that SNMP support ,how it will add in nagios and displayed in web console.

I want to save the device data [other than SNMP] into Nagios DB and display it on the console.

Please help and suggest any plugin or guidelines .

Thanks and Regards
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Store Device configuration or data without SNMP

Post by rkennedy »

You can use the API to add hosts / services to the API if you want to. See the attached document.
I want to know in which database[ndoutils,nagiosxi,nagios] it will store the device data and which DB is responsible to show it in nagios web console.
This is beyond what we can provide support for.
You do not have the required permissions to view the files attached to this post.
Former Nagios Employee
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Store Device configuration or data without SNMP

Post by tmcdonald »

Just checking in since we have not heard from you in a while. Did @rkennedy's post clear things up or has the issue otherwise been resolved?
Former Nagios employee
network2016
Posts: 47
Joined: Tue Mar 08, 2016 11:35 am

Re: Store Device configuration or data without SNMP

Post by network2016 »

hi

sorry for being late ...was busy in something .

Thanks for the reply ...I am looking solution on a scenario, where nagios want to store a "non SNMP " device performance and alarm data generated from that non SNMP device and shown up in Nagios Dashboard and in Nagios Databases.

If you can advise on this ..it will be really helpful.

Regards
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Store Device configuration or data without SNMP

Post by tmcdonald »

Nagios is certainly not limited to just using SNMP. Depending on the device there may be many options to choose from when it comes to monitoring. If you can tell us more about the device type and what you wish to monitor on it, we can give more specific advice.
Former Nagios employee
network2016
Posts: 47
Joined: Tue Mar 08, 2016 11:35 am

Re: Store Device configuration or data without SNMP

Post by network2016 »

hi

Let say for example ,a device which is web server [supports HTML;HTTP] ,now I want this device to store its own data [perfomance ,alarm or configuration] at nagios Database using a method ,say REST API. So my requirement is to store this non snmp device data on nagios using REST or any mechanism from the client interface ,it should not be discover by Nagios first but it should have a REST api call to save its data in NAgios DB and also make it visible on nagios dashboard UI ,same like a snmp devices added in Nagios already.

Can you pleas advise or suggest a solution for this scenario.


Regards
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Store Device configuration or data without SNMP

Post by tmcdonald »

What you are describing is called a Passive Check, and SNMP traps are a type of passive check, but there are non-SNMP methods as well:

https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Former Nagios employee
network2016
Posts: 47
Joined: Tue Mar 08, 2016 11:35 am

Re: Store Device configuration or data without SNMP

Post by network2016 »

hi

thanks for reply

Can you please help me on how to send passive data from an Non -SNMP device to nagios using REST api, If you can provide me with one example of such Rest APi or a link or a document to make such API from the Non-SNMP device [say : http client as above mentioned ]

Thank you in advance

Regards
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Store Device configuration or data without SNMP

Post by tmcdonald »

Did you read through the link I posted in my last reply? It's a document that links off to yet another with exactly what you need:

https://assets.nagios.com/downloads/nag ... erview.pdf
Former Nagios employee
network2016
Posts: 47
Joined: Tue Mar 08, 2016 11:35 am

Re: Store Device configuration or data without SNMP

Post by network2016 »

Thanks !!!!
Locked