issue with the Nagios
Posted: Mon Dec 07, 2015 2:06 pm
as i'm somehow new in linux, and i'm required to install a monitoring system to our company using CentOS7 with LAMP & the monitoring Application NAGIOS.
after installation everything goes well, until the installation of the TeamViewer then the nagios stopped and other issues happened thus this quesion(s) comes up.
1- apache service is confirmed running by
the following was the result
but when trying to access the server http://192.168.1.7 there is no page to load ???
2- for Nagios, when checking the status it is running normally similar to the apache step, but when accessing the web http://192.168.1.7/nagios not webpage page to load ????
3- how to confirm that the apache and the nagios are autorun as a service after the server reboots?
after installation everything goes well, until the installation of the TeamViewer then the nagios stopped and other issues happened thus this quesion(s) comes up.
1- apache service is confirmed running by
Code: Select all
service httpd statusCode: Select all
httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled)
Active: active (running) since Sun 2015-12-06 22:29:35 EET; 9h ago
Process: 27173 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS)
Process: 3015 ExecReload=/usr/sbin/httpd $OPTIONS -k graceful (code=exited, status=0/SUCCESS)
Main PID: 27179 (httpd)
Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec"
CGroup: /system.slice/httpd.service
├─ 3032 /usr/sbin/httpd -DFOREGROUND
├─ 3033 /usr/sbin/httpd -DFOREGROUND
├─ 3034 /usr/sbin/httpd -DFOREGROUND
├─ 3035 /usr/sbin/httpd -DFOREGROUND
├─ 3036 /usr/sbin/httpd -DFOREGROUND
└─27179 /usr/sbin/httpd -DFOREGROUND
2- for Nagios, when checking the status it is running normally similar to the apache step, but when accessing the web http://192.168.1.7/nagios not webpage page to load ????
3- how to confirm that the apache and the nagios are autorun as a service after the server reboots?