It's been a while, I've been able to fix it. The difference is in /usr/local/nagios/etc/nagiosgraph/ngshared.pm. Two lines must be changed: $cgi->td($cgi->popup_menu(-name => 'db', -values => [], -size => DBLISTROWS, -multiple)), "\n", $cgi->td($cgi->popup_menu(-name => 'db', -values => [], -size => DBLISTROWS, -multiple => 1)), "\n", and $cgi->td($cgi->popup_menu(-name => 'period', -values => [@PERIOD_KEYS], -labels => \%period_labels, -size => PERIODLISTROWS, -multiple)), "\n", $cgi->td($cgi->popup_menu(-name...
I can't login with my username and password. vboxwebsrv is running with the correct user. Username and password are set, but I'm getting "Invalid username or password" (yes, they do match with the account that runs the vm's and the virtualbox stuff, and the user is in the vboxusers group). When I'm entirely bypassing authentication with $noAuth=true everything works fine. Could someone nudge me into the right direction? TIA Matthias
I can't login with my username and password. vboxwebsrv is running with the correct user. Username and password are set, but I'm getting "Invalid username or password" (yes, they do match with the account that runs the vm's and the virtualbox stuff, and the user is in the vboxusers group). When I'm entirely bypassing aouthentication with $noAuth=true everything works fine. Could someone nudge me into the right direction? TIA Matthias
The filename creation has been discussed here. In short: Nagiosgraph generates rrd...
The filename cre eation has been discussed here. In short: Nagiosgraph generates...
The filename cre eation has been discussed here. In short: Nagiosgraph generates...
The trouble is that even in a moderately sized installation you can soon have a thousand...
In my case it was the " that appeared in a return value from Nagios, which led to...