mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2025-01-03 03:32:11 +01:00
munin-node depends on plugins
git-svn-id: svn://svn.code.sf.net/p/muninlite/code/muninlite@10 35caa317-6b62-4e8a-81c0-b04f0c356266
This commit is contained in:
parent
5113e26708
commit
929321a4fb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats
|
||||
#PLUGINS=cpu if_ if_err_ load memory processes netstat uptime interrupts irqstats
|
||||
|
||||
munin-node:
|
||||
munin-node: plugins/*
|
||||
@VERSION=$$(cat VERSION); \
|
||||
echo "Making munin-node for muninlite version $$VERSION"; \
|
||||
PLSTR=""; \
|
||||
|
|
Loading…
Reference in a new issue