I found the fix.
The nagvis is blocking my nagios service to start. As Nagvis is not compatible with Nagios Core 4.0.8, I removed Nagvis broker module fron nagios.cfg and my service is UP.
Thanks,
KalyanP
Search found 43 matches
- Fri Nov 07, 2014 4:18 am
- Forum: Open Source Nagios Projects
- Topic: Nagios upgrade from 3.5.0 to 4.0.8 issue
- Replies: 6
- Views: 5115
- Thu Nov 06, 2014 11:40 pm
- Forum: Open Source Nagios Projects
- Topic: Hide grid view for specific login
- Replies: 2
- Views: 1557
Re: Hide grid view for specific login
Thanks abrish.
- Thu Nov 06, 2014 12:34 pm
- Forum: Open Source Nagios Projects
- Topic: PNP graph issue
- Replies: 9
- Views: 4129
Re: PNP graph issue
Thank you box293 for your support. It worked for me.
Thanks,
KalyanP
Thanks,
KalyanP
- Thu Nov 06, 2014 12:20 pm
- Forum: Open Source Nagios Projects
- Topic: Hide grid view for specific login
- Replies: 2
- Views: 1557
Hide grid view for specific login
Hi, I have created a login(admin1) for 10 servers, So i can see only 10 servers among my 50 servers when I login with "admin1". But when I click on "Grid" under "Host Groups" I can see all my 50 servers.(Ofcourse when I click on 11th server the permissions are not there...
- Sun Oct 12, 2014 11:48 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios upgrade from 3.5.0 to 4.0.8 issue
- Replies: 6
- Views: 5115
Re: Nagios upgrade from 3.5.0 to 4.0.8 issue
Hi tmcdonald ,
I have removed the lock file and tried starting Nagios service, But the no use.
Thanks,
KalyanP
I have removed the lock file and tried starting Nagios service, But the no use.
Thanks,
KalyanP
- Fri Oct 10, 2014 7:50 am
- Forum: Open Source Nagios Projects
- Topic: Nagios upgrade from 3.5.0 to 4.0.8 issue
- Replies: 6
- Views: 5115
Re: Nagios upgrade from 3.5.0 to 4.0.8 issue
Hi tmcdonald, Thanks for the reply. [root@nagios ~]# service nagios start Starting nagios: done. [root@nagios ~]# service nagios status nagios is not running [root@nagios ~]# ls -l /usr/local/nagios/var/nagios.lock -rw-r--r-- 1 nagios nagios 6 Oct 10 06:49 /usr/local/nagios/var/nagios.lock [root@nag...
- Thu Oct 09, 2014 9:57 am
- Forum: Open Source Nagios Projects
- Topic: Nagios upgrade from 3.5.0 to 4.0.8 issue
- Replies: 6
- Views: 5115
Nagios upgrade from 3.5.0 to 4.0.8 issue
Hi, I have upgraded my Nagios Core 3.5.0 to 4.0.8. After doing this I was not able to start nagios service. Also I can see "Unable to get process status" on the Nagios landing page. # /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Nagios Core 4.0.8 Copyright (c) 2009-pres...
- Tue Sep 23, 2014 7:24 am
- Forum: Open Source Nagios Projects
- Topic: PNP graph issue
- Replies: 9
- Views: 4129
Re: PNP graph issue
sorry,
define command {
command_name process-host-perfdata
command_line /usr/bin/perl /usr/local/nagios/libexec/process_perfdata.pl -d HOSTPERFDATA
}
define command {
command_name process-service-perfdata
command_line /usr/bin/perl /usr/local/nagios/libexec/process_perfdata.pl
}
define command {
command_name process-host-perfdata
command_line /usr/bin/perl /usr/local/nagios/libexec/process_perfdata.pl -d HOSTPERFDATA
}
define command {
command_name process-service-perfdata
command_line /usr/bin/perl /usr/local/nagios/libexec/process_perfdata.pl
}
- Tue Sep 23, 2014 5:15 am
- Forum: Open Source Nagios Projects
- Topic: PNP graph issue
- Replies: 9
- Views: 4129
Re: PNP graph issue
Hi Abrist, I have already posted them: commands ------------------- define host { name host-pnp register 0 action_url /pnp4nagios/index.php/graph?host=$HOSTNAME$&srv=_HOST_ } define service { name srv-pnp register 0 action_url /pnp4nagios/index.php/graph?host=$HOSTNAME$&srv=$SERVICEDESC$ } T...
- Thu Sep 18, 2014 7:31 am
- Forum: Open Source Nagios Projects
- Topic: PNP graph issue
- Replies: 9
- Views: 4129
Re: PNP graph issue
I have followed below URL to upgrade pnp: https://docs.pnp4nagios.org/pnp-0.6/upgrade Existing pnp configuration ---------------------------------------- *** Configuration summary for pnp 0.4.14 05-02-2009 *** General Options: ------------------------- ------------------- Nagios user/group: nagios n...