mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2025-01-03 11:42:10 +01:00
BUG: Line break
git-svn-id: svn://svn.code.sf.net/p/muninlite/code/muninlite@17 35caa317-6b62-4e8a-81c0-b04f0c356266
This commit is contained in:
parent
6eb9e91c1f
commit
61be8d19e2
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ config_netstat() {
|
||||||
echo "graph_vlabel active connections"
|
echo "graph_vlabel active connections"
|
||||||
echo "graph_category network"
|
echo "graph_category network"
|
||||||
echo "graph_period second"
|
echo "graph_period second"
|
||||||
echo "graph_info This graph shows the TCP activity of all the network interfac
|
echo "graph_info This graph shows the TCP activity of all the network interfaces combined."
|
||||||
es combined."
|
|
||||||
echo "active.label active"
|
echo "active.label active"
|
||||||
echo "active.type DERIVE"
|
echo "active.type DERIVE"
|
||||||
echo "active.max 50000"
|
echo "active.max 50000"
|
||||||
|
|
Loading…
Reference in a new issue