diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/memory.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/memory.php b/plugin/memory.php index afccc55..14779e2 100644 --- a/plugin/memory.php +++ b/plugin/memory.php | |||
| @@ -33,8 +33,7 @@ $obj->width = $width; | |||
| 33 | $obj->heigth = $heigth; | 33 | $obj->heigth = $heigth; |
| 34 | 34 | ||
| 35 | $obj->rrd_title = 'Physical memory utilization'; | 35 | $obj->rrd_title = 'Physical memory utilization'; |
| 36 | $obj->rrd_vertical = ucfirst($CONFIG['datasize']); | 36 | $obj->rrd_vertical = 'Bytes'; |
| 37 | $obj->scale = $CONFIG['datasize'] == 'bits' ? 8 : 1; | ||
| 38 | $obj->rrd_format = '%5.1lf%s'; | 37 | $obj->rrd_format = '%5.1lf%s'; |
| 39 | 38 | ||
| 40 | collectd_flush($obj->identifiers); | 39 | collectd_flush($obj->identifiers); |
