
Re: [Monitor] Mute button
Tut` wrote:
There is jsut a little bug in monitor.php Line 92.
You do not use $config['url_path'] for the button's action. It will just point on "http://server/plugins/monitor/monitor.php".
I will fix this, but I don't thing it should have been an issue. The image currently points to
images/button_nosound.gif
This is being called from the monitor.php page that resides in plugins/monitor/
When your browser sees the images/button_nosound.gif it will add that to the current directory, which is whatever you have in the url currently. So even if you cacti install was in
http://server/projects/cacti/test/
it would see it as
http://server/projects/cacti/test/plugi ... osound.gif
(just to note, this is how the directory structure on my test machine is setup, so I know it indeed does work).
Its also the concept with the little icons for the computers.
Are you having an issue with a particular browser? Or maybe using mod-rewrite to redirect the url?