X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=share%2Fcollection.conf;h=8388bbebbc2d88090d4dabee14d6ecaf99ecf8f1;hb=2b7570e18e1eed02e4dec5b5b1534414e658fac4;hp=2874bb9104ac8f7289d063c70490fd56cec84799;hpb=aaf63df27b244028582cfd078e82189110501043;p=collection4.git diff --git a/share/collection.conf b/share/collection.conf index 2874bb9..8388bbe 100644 --- a/share/collection.conf +++ b/share/collection.conf @@ -274,6 +274,47 @@ Host "/any/" + Plugin "processes" + PluginInstance "" + Type "fork_rate" + TypeInstance "" + + Title "Fork rate" + VerticalLabel "Forks/s" + + + DSName "value" + Legend "Fork rate" + Color "0000ff" + + + + + Host "/any/" + Plugin "interface" + PluginInstance "/any/" + Type "if_errors" + TypeInstance "/any/" + + Title "Interface errors" + VerticalLabel "Errors/s" + + + DSName "rx" + Legend "RX" + Color "0000ff" + Format "%5.1lf" + + + DSName "tx" + Legend "TX" + Color "00bf00" + Format "%5.1lf" + + + + + Host "/any/" Plugin "interface" PluginInstance "/any/" Type "if_octets" @@ -286,11 +327,13 @@ DSName "rx" Legend "RX" Color "0000ff" + Format "%5.1lf%s" DSName "tx" Legend "TX" Color "00bf00" + Format "%5.1lf%s" @@ -476,3 +519,45 @@ VerticalLabel "Bytes" + + Host "/any/" + Plugin "swap" + PluginInstance "" + Type "swap_io" + TypeInstance "/all/" + + Title "Swap I/O" + VerticalLabel "Pages/s" + + + TypeInstance "in" + DSName "value" + Legend "In " + Color "0000ff" + Format "%5.1lf" + + + TypeInstance "out" + DSName "value" + Legend "Out" + Color "00bf00" + Format "%5.1lf" + + + + + Host "/any/" + Plugin "users" + PluginInstance "" + Type "users" + TypeInstance "" + + Title "Users" + VerticalLabel "Users" + + + DSName "users" + Legend "Users" + Color "0000ff" + +