Search found 10 matches

by vnuna
Fri Dec 15, 2017 6:59 pm
Forum: Nagios XI
Topic: NagFlux on Nagio/with Nagios
Replies: 17
Views: 3303

Re: NagFlux on Nagio/with Nagios

These are the versions:
1. InfluxDB 1.4.2 Window
2. Nagflux0.9+
3. Grafana 4.6.2 Windows
4. Chronograf 1.3.10.0 Windows (Optional)

NagiosXI and Nagflux are on same OS - Linux (same machine)
InfluxDB, Grafana, and Chronograf - Windows (same machine)
by vnuna
Thu Dec 14, 2017 3:14 pm
Forum: Nagios XI
Topic: NagFlux on Nagio/with Nagios
Replies: 17
Views: 3303

Re: NagFlux on Nagio/with Nagios

Disregard my previous comment on the bash command, I was able to enter that in /vi and able to save, after starting ./nagflux, I see the data is coming in to InfluxDB. But on Nagios machine I am seeing this: 2017-12-14 15:09:59 Warn: Influx status: 400 Bad Request - {"error":"unable t...
by vnuna
Thu Dec 14, 2017 11:22 am
Forum: Nagios XI
Topic: NagFlux on Nagio/with Nagios
Replies: 17
Views: 3303

Re: NagFlux on Nagio/with Nagios

Thanks @mcapra, I took your suggestion into consideration of "not a most performant solution", I went and installed Nagflux on the Nagios linux machine. Configured the Nagflux, with all configs as mentioned on the article/instructions and I was able to run the ./nagflux, the data was trans...
by vnuna
Wed Dec 13, 2017 10:20 am
Forum: Nagios XI
Topic: NagFlux on Nagio/with Nagios
Replies: 17
Views: 3303

Re: NagFlux on Nagio/with Nagios

So how should I run what's after #!/bin/bash because it gives me an erro if I just simply run the shebang command. After I enter #vi it takes to edit the file, I right click it shows shebang command, but returns an error. If I ran the below /bin/cp command on the root that works okay, but only when ...
by vnuna
Wed Dec 13, 2017 12:40 am
Forum: Nagios XI
Topic: NagFlux on Nagio/with Nagios
Replies: 17
Views: 3303

Re: NagFlux on Nagio/with Nagios

Ok Lets rewind After you said above that I can install Nagflux on any machine, I went and installed on Windows 10 testing machine. I had to download and build it from the source inside zip file. Now that Naglux is running, how it would find these directories when NagiosXI sits on a separate Linux ma...
by vnuna
Tue Dec 12, 2017 2:19 pm
Forum: Nagios XI
Topic: NagFlux on Nagio/with Nagios
Replies: 17
Views: 3303

Re: NagFlux on Nagio/with Nagios

I am getting an error after I run this command on SSH:

#!/bin/bash

it says "V486 Pattern Not Found: bin"
:roll:
by vnuna
Tue Dec 12, 2017 12:50 pm
Forum: Nagios XI
Topic: NagFlux on Nagio/with Nagios
Replies: 17
Views: 3303

Re: NagFlux on Nagio/with Nagios

OK great..Thanks for your response and to the right direction, much appreciate...so I am on the right track. I was able to successfully modify these files as mentioned: Login to the web interface -> Core Config Manager -> Commands. Modify the command: process-host-perfdata-file-bulk /usr/local/nagio...
by vnuna
Tue Dec 12, 2017 11:15 am
Forum: Nagios XI
Topic: NagFlux on Nagio/with Nagios
Replies: 17
Views: 3303

Re: NagFlux on Nagio/with Nagios

Additonally, Thank you for the link, I had found that earlier as well but I am confused where to Install NagFlux - on Windows 10 testing machine or on Nagios XI? Basically this part: Install and configure nagflux # export GOPATH=$HOME/gorepo # mkdir $GOPATH # go get -v -u github.com/griesbacher/nagf...
by vnuna
Tue Dec 12, 2017 11:11 am
Forum: Nagios XI
Topic: NagFlux on Nagio/with Nagios
Replies: 17
Views: 3303

Re: NagFlux on Nagio/with Nagios

Sorry for posting it in the wrong section.
I am a newbie for this "connection setup".

I see on Nagios web interface it says "Nagios XI", I have attached the screenshot of the web interface to confirm its Nagios XI
by vnuna
Mon Dec 11, 2017 12:47 pm
Forum: Nagios XI
Topic: NagFlux on Nagio/with Nagios
Replies: 17
Views: 3303

NagFlux on Nagio/with Nagios

Hey Everyone. So I am looking into Grafana to display on top for what we already have in place Nagiox XI Already in Place: 1. Nagios XI already running 100% 2. Grafana installed and configured on Win 10 testing machine 3. InfluxDB installed and configured on same Win 10 testing machine 4. Added Data...