Page 1 of 1

Unable to run Nagios core in browswer

Posted: Mon Jun 11, 2018 1:25 pm
by deepakdeshp
Hello,
I am running Ubuntu 18.04 server and installed Nagios core. The service is running properly.

Code: Select all

systemctl status nagios.service
● nagios.service - LSB: Starts and stops the Nagios monitoring server
   Loaded: loaded (/etc/init.d/nagios; generated)
   Active: active (running) since Mon 2018-06-11 10:35:21 PDT; 42min ago
     Docs: man:systemd-sysv-generator(8)
  Process: 806 ExecStart=/etc/init.d/nagios start (code=exited, status=0/SUCCESS
    Tasks: 6 (limit: 4526)
   CGroup: /system.slice/nagios.service
           ├─1359 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.c
           ├─1362 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw
           ├─1363 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw
           ├─1364 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw
           ├─1365 /usr/local/nagios/bin/nagios --worker /usr/local/nagios/var/rw
           └─1376 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.c

Jun 11 10:35:21 ubuntu nagios[1359]: nerd: Channel hostchecks registered success
Jun 11 10:35:21 ubuntu nagios[1359]: nerd: Channel servicechecks registered succ
Jun 11 10:35:21 ubuntu nagios[1359]: nerd: Channel opathchecks registered succes
Jun 11 10:35:21 ubuntu nagios[1359]: nerd: Fully initialized and ready to rock!
Jun 11 10:35:21 ubuntu nagios[1359]: wproc: Successfully registered manager as @
Jun 11 10:35:21 ubuntu nagios[1359]: wproc: Registry request: name=Core Worker 1
Jun 11 10:35:21 ubuntu nagios[1359]: wproc: Registry request: name=Core Worker 1
Jun 11 10:35:21 ubuntu nagios[1359]: wproc: Registry request: name=Core Worker 1
Jun 11 10:35:21 ubuntu nagios[1359]: wproc: Registry request: name=Core Worker 1
But when I run Nagios in the browser, I get error message Not running
Please help

Re: Unable to run Nagios core in browswer

Posted: Mon Jun 11, 2018 3:49 pm
by scottwilkerson
What guide did you follow for installation of Core? What version of Nagios are you running?