Search found 10 matches
- Thu Aug 18, 2016 3:17 pm
- Forum: Nagios XI
- Topic: Nagios BPI component repair
- Replies: 8
- Views: 1188
Re: Nagios BPI component repair
Yep... grep '{\|}' /usr/local/nagiosxi/etc/components/bpi.conf | wc -l 156 Would we get an error like this if we're still in a trial license? I only get the error when I try and write a config on a new BPI group, manually touching the config file and hitting save returns fine. This feature is part o...
- Thu Aug 18, 2016 12:40 pm
- Forum: Nagios XI
- Topic: Nagios BPI component repair
- Replies: 8
- Views: 1188
Re: Nagios BPI component repair
# ls -la /usr/local/nagiosxi/etc/components total 88 drwsrwsr-x 3 apache nagios 111 Aug 17 23:59 . drwxr-xr-x 3 nagios nagios 44 Feb 29 15:56 .. -rwxrwxr-x 1 apache nagios 38988 Aug 18 12:33 bpi.conf -rwxrwxr-x 1 apache nagios 38988 Aug 18 12:38 bpi.conf.backup -rw-r--r-- 1 apache nagios 647 Apr 18...
- Thu Aug 18, 2016 11:42 am
- Forum: Nagios XI
- Topic: Nagios BPI component repair
- Replies: 8
- Views: 1188
Re: Nagios BPI component repair
Perhaps I spoke too soon... The majority of things are working fine now, but when I got to save a config I get Error: Unable to match string in config file. . Also, the UI still looks a little off: BPI.PNG Command history: tar -xvf /tmp/xi-5.2.7.tar.gz nagiosxi/nagiosxi/basedir/html/includes/compone...
- Thu Aug 18, 2016 11:18 am
- Forum: Nagios XI
- Topic: Nagios BPI component repair
- Replies: 8
- Views: 1188
Re: Nagios BPI component repair
Worked like a charm, thank you!!!
- Wed Aug 17, 2016 7:47 pm
- Forum: Nagios XI
- Topic: Nagios BPI component repair
- Replies: 8
- Views: 1188
Nagios BPI component repair
I just learned about the Nagios BPI component and followed the instructions on the Exchange download page. When I went to use it, none of the dropdowns were working, so I checked into the documentation, which states in there that Nagios now ships with BPI pre-installed and that installing it from th...
- Wed May 11, 2016 8:42 pm
- Forum: Nagios XI
- Topic: Data replication vis NDOUtils?
- Replies: 9
- Views: 1115
Re: Data replication vis NDOUtils?
Done and done.
Thanks so much for your help, and from what I'm told we FINALLY received our license!
Thanks so much for your help, and from what I'm told we FINALLY received our license!
- Wed May 11, 2016 8:27 am
- Forum: Nagios XI
- Topic: Data replication vis NDOUtils?
- Replies: 9
- Views: 1115
Re: Data replication vis NDOUtils?
Maybe I need to reword with the core use case(s) we're after :P What we're really looking for is two things I think... 1) To be able to capture the events of host and service status updates/alerts and have them go to another data source. ( Possible database trigger? ) 2) To be able to replicate the ...
- Sun May 08, 2016 12:50 pm
- Forum: Nagios XI
- Topic: Data replication vis NDOUtils?
- Replies: 9
- Views: 1115
Re: Data replication vis NDOUtils?
I guess "real time replication" being database replication may be too definitive. Another alternative to get us to that goal could/would be to intercept the event broker messages and instead of going to one database, they would either a) go to mutliple or b) go to an event store which othe...
- Fri May 06, 2016 12:40 pm
- Forum: Nagios XI
- Topic: Data replication vis NDOUtils?
- Replies: 9
- Views: 1115
Re: Data replication vis NDOUtils?
I had thought of that, but "real time" is fairly imperative with this ask. Are we talking milliseconds or seconds with type scenario? Also, am I correct in assuming NDOUtils configuration is what sends all data to the database? Right now, the instance is configured to point to localhost, I...
- Fri May 06, 2016 10:53 am
- Forum: Nagios XI
- Topic: Data replication vis NDOUtils?
- Replies: 9
- Views: 1115
Data replication vis NDOUtils?
Hi, My team is trying to make sure we have replication configured for the Nagios data to allow an alternate presentation dashboard to poll for status and historical data. I'm not 100% clear on how Nagios works to broker this data to the db though, I assume it is all using NDOUtils? Basically, I woul...