Skip to content

Commit

Permalink
Create Munin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Oct 9, 2024
1 parent 7363364 commit 0abc1f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Cheat Sheets/Monitoring/Munin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## CLI

- Munin - Test Plugins:

/usr/sbin/munin-run <plugin name> # for values
/usr/sbin/munin-run <plugin name> config # for configuration

- Munin - Test available plugins]

/usr/sbin/munin-node-configure --suggest

# and enable them using
/usr/sbin/munin-node-configure --shell | sh

- Munin Server - Manual Update Run:

sudo -u munin /usr/bin/munin-cron

0 comments on commit 0abc1f2

Please sign in to comment.