+2
Plugin munin
Hello & thank you for this wonderful Ajenti !
I can't see any of my munin graphs through Ajenti panel, plugin is just displaying nothing. I can access munin & see graphs through http access (http://xxxx/munin/) from everywhere, I have beautifulsoup installed.
I think Ajenti can access munin too but not displaying anithing...!
Anyone could help ?
Thx
I can't see any of my munin graphs through Ajenti panel, plugin is just displaying nothing. I can access munin & see graphs through http access (http://xxxx/munin/) from everywhere, I have beautifulsoup installed.
I think Ajenti can access munin too but not displaying anithing...!
Anyone could help ?
Thx
Customer support service by UserEcho
1) Have you configured Munin plugin with URL, username and password (if required)?
2) Can you see host list in Munin plugin
3) Can you see graph titles (even without images) in the plugin?
I configure Munin plugin as well, i can see my host in the plugin & I can see the graph titles with nothing above. I forget to say : I'm working on Ubuntu 12.04 and everthing works fine in Ajenti exept this!
Otherwise please save Munin page as HTML and post it somewhere, and I'll check everything myself.
You can dl it here : http://uploadhero.co/dl/7d3e6374
Anyway, i'm just a user & i don't know why...
Here munin page : https://gist.github.com/anonymous/7d310480dd7f7893551f
But i try access ajenti on my local domain, and it works, graph are displayed but cannot add widget on 1st page.
But munin widget don't work at all ?!
and my vhost
<VirtualHost *:443>
ServerName ajenti.selektenza.eu
ServerAlias www.ajenti.selektenza.eu
SSLEngine On
SSLCertificateFile /home/selektenza/SSL/stz.crt
SSLCertificateKeyFile /home/selektenza/SSL/stz.key
ProxyPass / http://ajenti.selektenza.eu:8000/
ProxyPassReverse / http://ajenti.selektenza.eu:8000/
ProxyRequests Off
ProxyPreserveHost On
</VirtualHost>
<VirtualHost *:80>
ServerName ajenti.selektenza.eu
ServerAlias www.ajenti.selektenza.eu
Redirect permanent / https://ajenti.selektenza.eu/
</VirtualHost>
Is there a way to configure a reverse proxy (apache) to use ajenti ? and with munin graph workin ?
Thank you !