Nagios 3.5.1 Slow Start
Posted: Tue Jan 21, 2014 10:39 am
Hi,
I have a new Nagios 3.5.1 host, running on an 64bit Ubuntu Server 12.04 LTS.
This nagios is configured not to do active checks, instead it only accepts passive checks from remote Nagios' servers and it has enabled a ndomod broker module in order to store data on a remote MySQL server.
So, this server is only for
- Receiving passive checks from other Nagios servers (nsca)
- Dealing with notifications (nagios)
- Store data in a third party MySQL Server (ndoutils)
The strange thing is the time that the nagios process takes to get a PID from the time I run 'service nagios start' on the CLI (there are 331 hosts totaling 2277 services).
Below, I show the entries on nagios.log, where you can see by the epoch timestamps that the process took 3 minutes from starting to finishing daemonizing
Any suggestions?
Best regards,
Sebastião
I have a new Nagios 3.5.1 host, running on an 64bit Ubuntu Server 12.04 LTS.
This nagios is configured not to do active checks, instead it only accepts passive checks from remote Nagios' servers and it has enabled a ndomod broker module in order to store data on a remote MySQL server.
So, this server is only for
- Receiving passive checks from other Nagios servers (nsca)
- Dealing with notifications (nagios)
- Store data in a third party MySQL Server (ndoutils)
The strange thing is the time that the nagios process takes to get a PID from the time I run 'service nagios start' on the CLI (there are 331 hosts totaling 2277 services).
Below, I show the entries on nagios.log, where you can see by the epoch timestamps that the process took 3 minutes from starting to finishing daemonizing
Code: Select all
[1390317258] Nagios 3.5.0 starting... (PID=9174)
[1390317258] Local time is Tue Jan 21 15:14:18 UTC 2014
[1390317258] LOG VERSION: 2.0
[1390317258] ndomod: NDOMOD 1.5.2 (06-08-2012) Copyright (c) 2009 Nagios Core Development Team and Community Contributors
[1390317258] ndomod: Successfully connected to data sink. 0 queued items to flush.
[1390317258] Event broker module '/usr/local/nagios/bin/ndomod.o' initialized successfully.
[1390317258] Warning: Service 'CPU_load' on host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'Drive_C' on host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'Memory_usage' on host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'SMO_Backoffice' on host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'SMO_Scheduler' on host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'Uptime' on host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'Apache' on host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'HTTP' on host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'PING' on host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'SMO_Broker' on host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'SMO_Server' on host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'PING' on host 'MyServer02' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'SQL_Port' on host 'MyServer02' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'PING' on host 'MyServer03' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'SQL_Port' on host 'MyServer03' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'Current_Load' on host 'MyServer04' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'Current_Users' on host 'MyServer04' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'Root_Partition' on host 'MyServer04' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'Swap_Usage' on host 'MyServer04' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'Total_Processes' on host 'MyServer04' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'HTTP' on host 'MyServer04' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'PING' on host 'MyServer04' has no default contacts or contactgroups defined!
[1390317258] Warning: Service 'SSH' on host 'MyServer04' has no default contacts or contactgroups defined!
[1390317258] Warning: Host 'MyServer01' has no default contacts or contactgroups defined!
[1390317258] Warning: Host 'MyServer02' has no default contacts or contactgroups defined!
[1390317258] Warning: Host 'MyServer03' has no default contacts or contactgroups defined!
[1390317258] Warning: Host 'MyServer04' has no default contacts or contactgroups defined!
[1390317438] Finished daemonizing... (New PID=9182)
Best regards,
Sebastião