Search found 11 matches

by rcraig114
Sat Feb 15, 2014 1:24 pm
Forum: Open Source Nagios Projects
Topic: Additional plugin
Replies: 2
Views: 1720

Additional plugin

I'm still trying to get the hang of Nagios. I love it, but it's still above my head. I'm trying to use the plugin http://exchange.nagios.org/directory/Plugins/Network-Protocols/SNMP/check-SNMP-CPU-Load/details but I'm having a hard time integrating it into the system. I believe I need to define the ...
by rcraig114
Thu Feb 06, 2014 10:19 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4 with Nagvis and Livestatus
Replies: 18
Views: 25457

Re: Nagios 4 with Nagvis and Livestatus

Yes sir! That worked. Now just to mess with Nagvis. Thanks for the help. I owe you! [02-06-2014 08:18:00] Successfully launched command file worker with pid 129132 Informational Message[02-06-2014 08:18:00] Event broker module '/usr/local/lib/mk-livestatus/livestatus.o' initialized successfully. Inf...
by rcraig114
Tue Feb 04, 2014 10:57 am
Forum: Open Source Nagios Projects
Topic: Nagios 4 with Nagvis and Livestatus
Replies: 18
Views: 25457

Re: Nagios 4 with Nagvis and Livestatus

Interesting. The /rw/live doesn't existing in my var folder. Maybe I should create it?
by rcraig114
Mon Feb 03, 2014 6:54 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4 with Nagvis and Livestatus
Replies: 18
Views: 25457

Re: Nagios 4 with Nagvis and Livestatus

OK, so this is what I put in the cfg file. Then below that are the errors I see in the log file. Any suggestions? broker_module=/usr/local/lib/mk-livestatus/livestatus.o /usr/local/nagios/etc [02-03-2014 04:51:46] Error: Module loading failed. Aborting. [02-03-2014 04:51:46] Error: Failed to load mo...
by rcraig114
Mon Feb 03, 2014 6:31 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4 with Nagvis and Livestatus
Replies: 18
Views: 25457

Re: Nagios 4 with Nagvis and Livestatus

I'v'e seen a few examples out there. Below is what I should put in the cfg file right?

broker_module=usr/local/lib/mk-livestatus/livestatus.o
by rcraig114
Mon Feb 03, 2014 6:02 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4 with Nagvis and Livestatus
Replies: 18
Views: 25457

Re: Nagios 4 with Nagvis and Livestatus

OK, I think it may have worked. How do I tell? [root@openvzhost1 livestatus]# sudo make install Making install in src make[1]: Entering directory `/usr/src/livestatus/src' make[2]: Entering directory `/usr/src/livestatus/src' test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin&q...
by rcraig114
Mon Feb 03, 2014 5:14 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4 with Nagvis and Livestatus
Replies: 18
Views: 25457

Re: Nagios 4 with Nagvis and Livestatus

This is where I start to beat my head against the wall. The commands seem simple,but errors galore. See below. [root@openvzhost1 livestatus]# autoreconf -s configure.ac:32: required file `./install-sh' not found configure.ac:32: `automake --add-missing' can install `install-sh' configure.ac:32: requ...
by rcraig114
Mon Feb 03, 2014 4:57 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4 with Nagvis and Livestatus
Replies: 18
Views: 25457

Re: Nagios 4 with Nagvis and Livestatus

OK, I see. I still have the source from the initial install (/usr/src/nagios-4.0.2) and it does have an "include" folder in it. So, let me make sure I've got this correct. I need to download the op5 source. From within the source folder "livestatus", run the below commands? autor...
by rcraig114
Mon Feb 03, 2014 3:13 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4 with Nagvis and Livestatus
Replies: 18
Views: 25457

Re: Nagios 4 with Nagvis and Livestatus

I've seen that before. Thats what I tried using but didn't get anywhere. For one, I don't have an "include" folder in my Nagio directory. Does the below syntax look correct?

autoreconf -s
automake --add-missing
./configure CPPFLAGS=-I$/usr/local/nagios
make
sudo make install
by rcraig114
Fri Jan 31, 2014 9:21 pm
Forum: Open Source Nagios Projects
Topic: Nagios 4 with Nagvis and Livestatus
Replies: 18
Views: 25457

Re: Nagios 4 with Nagvis and Livestatus

Any guidance or how-to's on doing that? Ive seen only one or two examples using the Op5 version and haven't gotten anywhere. Thanks for anything you can give me.