Search found 9 matches
- Thu Sep 08, 2016 1:45 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios service fails to start
- Replies: 15
- Views: 6199
Re: Nagios service fails to start
All I can make of this is that localhost needs to be defined somewhere ... how? where? root@nagios:/etc/nagios3/global# systemctl start nagios3 Job for nagios3.service failed. See 'systemctl status nagios3.service' and 'journalctl -xn' for details. root@nagios:/etc/nagios3/global# nagios3 -vv /etc/n...
- Thu Sep 08, 2016 12:00 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios service fails to start
- Replies: 15
- Views: 6199
Re: Nagios service fails to start
The following files were in /etc/nagios3/conf.d -rw-r--r-- 1 root root 1695 Jul 29 2011 contacts_nagios2.cfg -rw-r--r-- 1 root root 418 Jul 29 2011 extinfo_nagios2.cfg -rw-r--r-- 1 root root 1152 Jul 29 2011 generic-host_nagios2.cfg -rw-r--r-- 1 root root 1803 Jul 29 2011 generic-service_nagios2.cfg...
- Thu Sep 08, 2016 10:17 am
- Forum: Open Source Nagios Projects
- Topic: Nagios service fails to start
- Replies: 15
- Views: 6199
Re: Nagios service fails to start
root@nagios:~# nagios3 -vv /etc/nagios3/nagios.cfg Nagios Core 3.5.1 Copyright (c) 2009-2011 Nagios Core Development Team and Community Contributors Copyright (c) 1999-2009 Ethan Galstad Last Modified: 08-30-2013 License: GPL Website: http://www.nagios.org Reading configuration data... Read main con...
- Wed Sep 07, 2016 6:43 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios service fails to start
- Replies: 15
- Views: 6199
Re: Nagios service fails to start
Attached should be the config file. I have removed all commented lines.
- Wed Sep 07, 2016 6:25 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios service fails to start
- Replies: 15
- Views: 6199
Re: Nagios service fails to start
There is no configtest, but here goes. I tried a nagios 3 status too. It seems from the status that there are problems in the config file. I don't know what would be wrong in the config file though. I just changed it as per the instructions. I can paste the config file too if it would help. /etc/ini...
- Wed Sep 07, 2016 3:54 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios service fails to start
- Replies: 15
- Views: 6199
Re: Nagios service fails to start
Yes, here is my interfaces file: auto lo auto wlan0 iface lo inet loopback iface eth0 inet manual allow-hotplug wlan1 iface wlan1 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf allow-hotplug wlan0 iface wlan0 inet static address 192.168.1.20 network 192.168.1.0 gateway 192.168.1.1 netm...
- Wed Sep 07, 2016 3:52 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios service fails to start
- Replies: 15
- Views: 6199
Re: Nagios service fails to start
Yes, here is my interfaces file: auto lo auto wlan0 iface lo inet loopback iface eth0 inet manual allow-hotplug wlan1 iface wlan1 inet manual wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf allow-hotplug wlan0 iface wlan0 inet static address 192.168.1.20 network 192.168.1.0 gateway 192.168.1.1 netm...
- Wed Sep 07, 2016 7:23 am
- Forum: Open Source Nagios Projects
- Topic: Nagios service fails to start
- Replies: 15
- Views: 6199
Re: Nagios service fails to start
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <NO-CARRIER,...
- Tue Sep 06, 2016 6:52 am
- Forum: Open Source Nagios Projects
- Topic: Nagios service fails to start
- Replies: 15
- Views: 6199
Nagios service fails to start
Hi Folks I decided to try and get Nagios working on a Raspberry Pi. I have followed the instructions on http://www.myrelayman.com/download/Basic-WebServer-Initial-Setup.txt (linked to from http://www.myrelayman.com/download/Basic-WebServer-Initial-Setup.txt) Everything seems to work except that the ...