Search found 25 matches

by thetechguy
Mon Mar 24, 2014 8:51 am
Forum: Open Source Nagios Projects
Topic: Nagios4 configuration check on start \ reload
Replies: 7
Views: 3637

Re: Nagios4 configuration check on start \ reload

I upgraded to 4.0.4 last week and noticed right away that the configuration check that I was used to seeing in 3.0b5 upon a nagios service reload was working again in the new version. [root@nagiosvm ~]# service nagios reload Running configuration check...Reloading nagios configuration...done Thank y...
by thetechguy
Fri Mar 14, 2014 2:05 pm
Forum: Open Source Nagios Projects
Topic: Nagios4 configuration check on start \ reload
Replies: 7
Views: 3637

Re: Nagios4 configuration check on start \ reload

This is how my /etc/init.d/nagios file is set.. reload() { echo -n $"Reloading $prog: " killproc -p ${pidfile} $exec -HUP RETVAL=$? echo } I am not sure if the previous Admin set it up this way or not but on the old Nagios 3.05b box the reload looks like this. reload|force-reload) printf &...
by thetechguy
Wed Mar 12, 2014 11:45 am
Forum: Open Source Nagios Projects
Topic: Nagios4 configuration check on start \ reload
Replies: 7
Views: 3637

Re: Nagios4 configuration check on start \ reload

This was installed on Centos 6.5 - I followed this the below guide to install.

http://nagios.sourceforge.net/docs/nagi ... edora.html


Thank you

Jon
by thetechguy
Fri Mar 07, 2014 5:49 pm
Forum: Open Source Nagios Projects
Topic: Nagios4 configuration check on start \ reload
Replies: 7
Views: 3637

Nagios4 configuration check on start \ reload

Recently installed a new Build 4.0.3 - I am familiar with Nagios also have a 3.0b5 build running.. On my 3.0b5 build when ever the Nagios service is started / restarted / reloaded a configuration check is run and the output is seen as below. [root@nagios ~]# service nagios reload Running configurati...
by thetechguy
Fri Mar 07, 2014 12:55 pm
Forum: Open Source Nagios Projects
Topic: Add new windows service in nagios
Replies: 12
Views: 4969

Re: Add new windows service in nagios

Mr. Slansing you've done it again.. I looked at my older 3.0b5 Nagios host and found this definition define command{ command_name check_tcp command_line /u1/nagios/libexec/check_tcp -H $HOSTNAME$ -p 8080 -w 2 -c 5 } So I updated my new Nagios 4.0.3 with these hard coded arguments and bam.. all worki...
by thetechguy
Fri Mar 07, 2014 12:31 pm
Forum: Open Source Nagios Projects
Topic: Add new windows service in nagios
Replies: 12
Views: 4969

Re: Add new windows service in nagios

Thank you I am looking into that now.... However I have another somewhat related question that may be better asked in a different thread.. but anyway here goes. On my older Nagios Host running version 3.0b5 when I would make a change to a cfg file what cased an error or conflict.. attempting to relo...
by thetechguy
Thu Mar 06, 2014 6:32 pm
Forum: Open Source Nagios Projects
Topic: Add new windows service in nagios
Replies: 12
Views: 4969

Re: Add new windows service in nagios

I am also having a problem with this plugin.. I used my previous definition from my 3.0 Nagois host and copied them to my new 4.0.3 Nagios host and here is my errors. Current Status: UNKNOWN (for 3d 4h 1m 35s) (Has been acknowledged) Status Information: Usage: check_tcp -H host -p port [-w <warning ...
by thetechguy
Thu Mar 06, 2014 5:47 pm
Forum: Open Source Nagios Projects
Topic: Keeping up with the current Version
Replies: 11
Views: 4749

Re: Keeping up with the current Version

That is a great document on how to install Nagios Core 4.0.2 from code for a new Nagios Host. However this thread is about keeping up with the current Version. In this case 4.0.3. The question posed to the forum was regarding upgrading from 4.0.2 to 4.0.3 - A portion of this document can help howeve...
by thetechguy
Thu Mar 06, 2014 4:55 pm
Forum: Open Source Nagios Projects
Topic: Keeping up with the current Version
Replies: 11
Views: 4749

Re: Keeping up with the current Version

I was following the post in the top of the thread from sreinhardt - if there was a guide I did not find it..

Thank you

Jon
by thetechguy
Thu Mar 06, 2014 2:25 pm
Forum: Open Source Nagios Projects
Topic: Keeping up with the current Version
Replies: 11
Views: 4749

Re: Keeping up with the current Version

Okay looks like there was one thing left out of the instructions.. should have run make all first.. to look like this.. Download the new tarball Use the same flags with ./configure as you may have done before. make all make install make install-init make install-commandmode make install-webconf corr...