Apache Monitoring With PRTG
Apache Monitoring With PRTG
Adding /24 to th eIP enables all Ips in the segment to retrieve Mod Status information
Other Reference:
https://www.tecmint.com/monitor-apache-web-server-load-and-page-statistics/
https://httpd.apache.org/docs/trunk/mod/mod_status.html
PRTG Apache Monitoring
Enable mod status in the Apache configuration file.
[root@tecmint ~]# vi /etc/httpd/conf/httpd.conf
Search for the word “mod_status” or keep scrolling down until you find a line containing:
#LoadModule status_module modules/mod_status.so
If you see a ‘#‘ character at the beginning of “LoadModule”, that means mod_status is disabled. Remove
the ‘#‘
192.168.88.31