mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
deb_packages: rename config file from "*.munin-conf" to "*.munin.conf"
preparation for an additional file permission test (based on extensions)
This commit is contained in:
parent
c6ade37de4
commit
451af405b7
3 changed files with 4 additions and 4 deletions
|
@ -30,14 +30,14 @@ check out this git repository from
|
|||
git clone git://github.com/munin-monitoring/contrib.git
|
||||
cd contrib/plugins/apt/deb_packages
|
||||
sudo cp deb_packages.py /etc/munin/plugins/deb_packages
|
||||
sudo cp deb_packages.munin-conf /etc/munin/plugin-conf.d/deb_packages
|
||||
sudo cp deb_packages.munin.conf /etc/munin/plugin-conf.d/deb_packages
|
||||
|
||||
Verify the installation by
|
||||
|
||||
sudo munin-run deb_packages
|
||||
|
||||
### Configuration
|
||||
If you copied deb_packages.munin-conf to plugin-conf.d you have a starting point.
|
||||
If you copied deb_packages.munin.conf to plugin-conf.d you have a starting point.
|
||||
A typical configuration looks like this
|
||||
|
||||
[deb_packages]
|
||||
|
|
|
@ -895,7 +895,7 @@ check out this git repository from
|
|||
git clone git://github.com/munin-monitoring/contrib.git
|
||||
cd contrib/plugins/apt/deb_packages
|
||||
sudo cp deb_packages.py /etc/munin/plugins/deb_packages
|
||||
sudo cp deb_packages.munin-conf /etc/munin/plugin-conf.d/deb_packages
|
||||
sudo cp deb_packages.munin.conf /etc/munin/plugin-conf.d/deb_packages
|
||||
|
||||
=back
|
||||
|
||||
|
@ -910,7 +910,7 @@ Verify the installation by
|
|||
|
||||
=head1 CONFIGURATION
|
||||
|
||||
If you copied deb_packages.munin-conf to plugin-conf.d you have a starting point.
|
||||
If you copied deb_packages.munin.conf to plugin-conf.d you have a starting point.
|
||||
|
||||
A typical configuration looks like this
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue