Monitorix with apache webserver and vhost
Hello,
I use monitorix to monitor the parameter of my server. It uses its own buildin webserver but I also can use to normal apache webserver to show the graphs. There is a documentation on how to include the apache but I don't know how to integrate it into my centos 7 with cpanel/whm server.
This is the monitorix-apache.conf
And here I found a documentation on how to integrate it on a normal webserver: Monitorix System Monitoring But that documentation is not compatible to cpanel/whm. So, is there someone outside who can explain me how to get it running? Regards Thorsten
#
# Monitorix is a lightweight system monitoring tool
#
Alias /monitorix /var/lib/monitorix/www
ScriptAlias /monitorix-cgi /var/lib/monitorix/www/cgi
# Apache 2.4
Require all denied
Require ip 127.0.0.1, 93.226.209.73
# Apache 2.2
Order deny,allow
Deny from all
Allow from 127.0.0.1
DirectoryIndex monitorix.cgi
Options ExecCGI
# Apache rules to restrict access to Monitorix:
# Don't forget to add in .htpasswd with the 'htpasswd' command.
#
#
# Options Indexes Includes FollowSymLinks
#
# # Apache 2.4
# Require all denied
# Require ip 127.0.0.1
#
#
# # Apache 2.2
# Order deny,allow
# Deny from all
# Allow from 127.0.0.1
#
# AllowOverride None
# AuthUserFile /etc/httpd/conf/.htpasswd
# AuthGroupFile /dev/null
# AuthName "Monitorix: Restricted access, sorry."
# AuthType Basic
# Require user
# Satisfy Any
#
And here I found a documentation on how to integrate it on a normal webserver: Monitorix System Monitoring But that documentation is not compatible to cpanel/whm. So, is there someone outside who can explain me how to get it running? Regards Thorsten
-
Hello, Is there a specific type of data you are looking for? We might be able to provide you with some alternatives that work more easily with cPanel. Otherwise, you may need to consult with a qualified system administrator for help with this custom integration. We provide a list of third-party system administration providers at: System Administration Services | cPanel Forums Additionally, the following URL is useful for understanding how to add custom modules in EasyApache 4: ea4.ninja Thank you. 0
Please sign in to leave a comment.
Comments
1 comment