Nagios Core Influxdb

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.
Post Reply
TuqueroIMK852
Posts: 9
Joined: Tue Feb 15, 2022 6:44 am

Nagios Core Influxdb

Post by TuqueroIMK852 »

I am stuck at this point:

Verify Nagflux Is Working

Execute the following query to verify that InfluxDB is being populated with Nagios performance data:

curl -G "http://localhost:8086/query?db=nagflux&pretty=true" --data-urlencode echatspin echatrandom "q=show series
Last edited by TuqueroIMK852 on Mon Jul 25, 2022 6:22 am, edited 1 time in total.
FramJamesgot
Posts: 6
Joined: Wed Jun 29, 2022 3:02 am

Re: Nagios Core Influxdb

Post by FramJamesgot »

ou don't need another server. I have Nagios Core, InfluxDB, Nagflux, Histou and Grafana working on same machine. And you don't have to uninstal PNP4Nagios, just stop & disable service on boot: systemctl stop npcd.service && systemctl disable npcd.service.

After that you have to edit nagios.cfg o change host_perfdata_file_processing_command value, and change format of *_perfdata_file_template.

Then define process-host-perfdata-file-nagflux & process-service-perfdata-file-nagflux commands in commands.cfg.

If you did like described above omegle.2yu.co , after minute you should see changes in your omeglz echat nagflux database. Install influxdb-client
Post Reply