mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2026-01-19 09:28:14 +00:00
if anyone knows how to make it so that the plugins get activated when a munin-node is installed *later*, that would obviously be even cooler!
8 lines
125 B
Bash
8 lines
125 B
Bash
#!/bin/sh
|
|
|
|
# automatically remove munin plugins
|
|
if [ -d /etc/munin/plugins ]
|
|
then
|
|
rm -f /etc/munin/plugins/mod_tile*
|
|
fi
|