Home Directory Cool Stuff NRDP_ESP32_Two

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

NRDP_ESP32_Two

Rating
0 votes
Favoured:
0
Current Version
0.1.0
Last Release Date
2020-05-11
Compatible With
  • Nagios XI
Owner
Hits
3581
Files:
FileDescription
two_nagios_hostServices.PNGPre-configured Service Checks
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Arduino INO Project that allows you to use collect and evaluate DHT11 sensor data to NagiosXI NRDP

DHT Metrics Collection:
Send DHT11 sensor data to NagiosXI wihtout evaluation via NRDP. Temperature (C) Humidity (%) DewPoint (C) HeatIndex (C)

DHT Critical Evaluations:
Send DHT11 sensor data to NagiosXI after evaluating it against a fixed value. Temperature is greater than 27.00 (C) Humidity is greater than 75.00 (%)
_______________________________________________________
NOTE:
This example REQUIRES an ESP32 Device
_______________________________________________________

General usage documentation
Script Modifications

The example will not work out of the box. You must make some changes to the networking and NRDP server configuration.
WiFi Connection Settings

Line # 105 Change the SSID to be that of your test network.
Line # 106 Change the password for your test network

NagiosXI NRDP Settings
Line # 599 Change the hostname in the nrdp url string to be that of your NagiosXI Server
Line # 606 Change the token value to be that of your NagiosXI Server
NagiosXI Inbound Connection Settings

In order for the ESP32 device to communicate your NagiosXI Server need to be configured to allow;

Inbound Connections to NRDP
NRDP Token configured

Unconfigured Objects

New hosts will appear in unconfigured objects. Adding the device to your NagiosXI Server will require either maually adding the host and services from Admin Tools or the enablement of automatic processing of these items.