diff options
| author | Pim van den Berg | 2015-06-06 21:23:02 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2015-06-06 21:23:02 +0200 |
| commit | 8b3bc5c745f6621bf061e1dd0de2ded8ac818440 (patch) | |
| tree | d552b596fccb22c47ac25b91cfd51e398fa7cac2 /plugin/df.json | |
| parent | type/GenericIO: in case of negative_io draw percentile line also on the negat... (diff) | |
| parent | added percen types to swap and df (diff) | |
| download | apt-panopticon_cgp-8b3bc5c745f6621bf061e1dd0de2ded8ac818440.zip apt-panopticon_cgp-8b3bc5c745f6621bf061e1dd0de2ded8ac818440.tar.gz apt-panopticon_cgp-8b3bc5c745f6621bf061e1dd0de2ded8ac818440.tar.bz2 apt-panopticon_cgp-8b3bc5c745f6621bf061e1dd0de2ded8ac818440.tar.xz | |
Merge pull request #121 from michaelsalmon/swapdfpercent
added percent types to swap and df
Diffstat (limited to 'plugin/df.json')
| -rw-r--r-- | plugin/df.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugin/df.json b/plugin/df.json index f066dcd..2570163 100644 --- a/plugin/df.json +++ b/plugin/df.json | |||
| @@ -39,5 +39,25 @@ | |||
| 39 | } | 39 | } |
| 40 | }, | 40 | }, |
| 41 | "legend_format": "%5.1lf%s" | 41 | "legend_format": "%5.1lf%s" |
| 42 | }, | ||
| 43 | "percent_bytes": { | ||
| 44 | "title": "Free space percentage ({{PI}}) on {{HOST}}", | ||
| 45 | "vertical": "Percent", | ||
| 46 | "type": "stacked", | ||
| 47 | "legend": { | ||
| 48 | "reserved": { | ||
| 49 | "name": "Reserved", | ||
| 50 | "color": "aaaaaa" | ||
| 51 | }, | ||
| 52 | "free": { | ||
| 53 | "name": "Free", | ||
| 54 | "color": "00ff00" | ||
| 55 | }, | ||
| 56 | "used": { | ||
| 57 | "name": "Used", | ||
| 58 | "color": "ff0000" | ||
| 59 | } | ||
| 60 | }, | ||
| 61 | "legend_format": "%5.1lf%%" | ||
| 42 | } | 62 | } |
| 43 | } | 63 | } |
