+xvm-munin-config (0.0.2) unstable; urgency=low
+
+ [ Quentin Smith ]
+ * Add a monitoring script for domain CPU utilization
+
+ [ Evan Broder ]
+ * Don't just keep adding to the sudoers file
+
+ -- Evan Broder <broder@mit.edu> Tue, 25 Nov 2008 08:08:26 -0500
+
xvm-munin-config (0.0.1) unstable; urgency=low
* Initial Release.
# So munin can read the mail log
adduser munin adm
+ # First clear out the old stuff we threw in /etc/sudoers
+ perl -i.bak -ne 's%^### (BEGIN|END) xvm-munin-config\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers
+
# So munin can sudo to get to postfix queue info
cat >>/etc/sudoers <<EOF
### BEGIN xvm-munin-config
# So munin can read the mail log
adduser munin adm
+ # First clear out the old stuff we threw in /etc/sudoers
+ perl -i.bak -ne 's%^### (BEGIN|END) xvm-munin-config\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers
+
# So munin can sudo to get to postfix queue info
+ # and smartctl info
+ # and info about running domains
cat >>/etc/sudoers <<EOF
### BEGIN xvm-munin-config
munin ALL=(postfix) SETENV: NOPASSWD: /etc/munin/plugins/postfix_mailqueue
# So munin can read the mail log
adduser munin adm
+ # First clear out the old stuff we threw in /etc/sudoers
+ perl -i.bak -ne 's%^### (BEGIN|END) xvm-munin-config\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers
+
# So munin can sudo to get to postfix queue info
cat >>/etc/sudoers <<EOF
### BEGIN xvm-munin-config
# So munin can read the mail log
adduser munin adm
+ # First clear out the old stuff we threw in /etc/sudoers
+ perl -i.bak -ne 's%^### (BEGIN|END) xvm-munin-config\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers
+
# So munin can sudo to get to postfix queue info
cat >>/etc/sudoers <<EOF
### BEGIN xvm-munin-config