Package: munin
Version: 2.0.0-1~bpo60+1
Severity: normal
/var/lib/munin/plugin-state/ is not writable by its group, munin.
This at least makes the exim_mailstats plugin fail with the following message
(when run from munin-run):
exim_mailstats: Could not open statefile
'/var/lib/munin/plugin-state/exim_mailstats-' for writing: Permission denied
Other plugins are affected as well.
This could be easily fixed.
-- System Information:
Debian Release: 6.0.5
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500,
'stable')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-0.bpo.2-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages munin depends on:
ii adduser 3.112+nmu2 add and remove users and groups
ii cron 3.0pl1-116 process scheduling daemon
ii libcgi-fast-perl 5.10.1-17squeeze3 CGI::Fast Perl module
ii libdate-manip-perl 6.11-1 module for manipulating dates
pn libdigest-md5-perl <none> (no description available)
ii libfile-copy-recursive 0.38-1 Perl extension for recursively cop
ii libhtml-template-perl 2.9-2 module for using HTML Templates wi
ii libio-socket-inet6-per 2.65-1.1 Object interface for AF_INET6 doma
ii liblog-log4perl-perl 1.29-1 A Perl port of the widely popular
ii libparse-recdescent-pe 1.965001+dfsg-1 Perl module to create and use recu
ii librrds-perl 1.4.3-1 time-series data storage and displ
pn libstorable-perl <none> (no description available)
ii liburi-perl 1.54-2 module to manipulate and access UR
ii munin-common 2.0.0-1~bpo60+1 network-wide graphing framework (c
ii perl [libtime-hires-pe 5.10.1-17squeeze3 Larry Wall's Practical Extraction
ii perl-modules 5.10.1-17squeeze3 Core Perl modules
ii rrdtool 1.4.3-1 time-series data storage and displ
pi ttf-dejavu 2.31-1 Metapackage to pull in ttf-dejavu-
Versions of packages munin recommends:
ii munin-doc 2.0.0-1~bpo60+1 network-wide graphing framework (d
ii munin-node 2.0.0-1~bpo60+1 network-wide graphing framework (n
Versions of packages munin suggests:
ii apache2-mpm-prefork [h 2.2.16-6+squeeze7 Apache HTTP Server - traditional n
ii libnet-ssleay-perl 1.36-1 Perl module for Secure Sockets Lay
ii lynx-cur [www-browser] 2.8.8dev.5-1 Text-mode WWW Browser with NLS sup
ii nginx-full [httpd] 1.2.1-1~dotdeb.0 nginx web server with full set of
ii w3m [www-browser] 0.5.2-9 WWW browsable pager with excellent
-- Configuration Files:
/etc/init.d/munin changed:
case "$1" in
start|restart|force-reload)
# Create various dirs
[ -d /var/run/munin ] || mkdir -p /var/run/munin && chown munin
/var/run/munin
exit $?
;;
stop)
# Nothing to do
exit $?
;;
*)
echo "Usage: /etc/init.d/munin" \
"{start|stop}"
exit 2
;;
esac
/etc/logrotate.d/munin changed:
/var/log/munin/munin-update.log {
daily
missingok
rotate 7
compress
notifempty
create 640 munin adm
}
/var/log/munin/munin-graph.log {
daily
missingok
rotate 7
compress
notifempty
create 640 munin adm
}
/var/log/munin/munin-html.log {
daily
missingok
rotate 7
compress
notifempty
create 640 munin adm
}
/var/log/munin/munin-limits.log {
daily
missingok
rotate 7
compress
notifempty
create 640 munin adm
}
/var/log/munin/munin-cgi-graph.log {
daily
missingok
rotate 7
compress
notifempty
#create 640 www-data adm
# see http://munin-monitoring.org/ticket/1152
copytruncate
}
/var/log/munin/munin-cgi-html.log {
daily
missingok
rotate 7
compress
notifempty
#create 640 www-data adm
# see http://munin-monitoring.org/ticket/1152
copytruncate
}
/etc/munin/apache.conf changed:
Alias /munin /var/cache/munin/www
Alias /munin-cgi/static /var/cache/munin/www/static
ScriptAlias /munin-cgi /usr/lib/cgi-bin/munin-cgi-html
<Directory /var/cache/munin/www>
Order allow,deny
#Allow from localhost 127.0.0.0/8 ::1
Allow from all
Options None
# This file can be used as a .htaccess file, or a part of your apache
# config file.
#
# For the .htaccess file option to work the munin www directory
# (/var/cache/munin/www) must have "AllowOverride all" or something
# close to that set.
#
# AuthUserFile /etc/munin/munin-htpasswd
# AuthName "Munin"
# AuthType Basic
# require valid-user
# This next part requires mod_expires to be enabled.
#
# Set the default expiration time for files to 5 minutes 10 seconds from
# their creation (modification) time. There are probably new files by
# that time.
#
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault M310
</IfModule>
</Directory>
<Location /munin-cgi>
<IfModule mod_fastcgi.c>
SetHandler fastcgi-script
</IfModule>
</Location>
<Location /munin-cgi/static>
SetHandler None
</Location>
<Location /cgi-bin/munin-cgi-graph>
<IfModule mod_fastcgi.c>
SetHandler fastcgi-script
</IfModule>
</Location>
<Location /cgi-bin/munin-cgi-html>
<IfModule mod_fastcgi.c>
SetHandler fastcgi-script
</IfModule>
</Location>
/etc/munin/munin.conf changed:
cgitmpdir /var/lib/munin/cgi-tmp
includedir /etc/munin/munin-conf.d
graph_strategy cgi
cgiurl_graph /cgi-bin/munin-cgi-graph
html_strategy cgi
rrdcached_socket /var/run/rrdcached.sock
contact.someuser.command mail -s "Munin notification" [email protected]
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]