mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Update apt_ubuntu to display integers instead of floats
This commit is contained in:
parent
3c4321327c
commit
fede598cb8
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ def config():
|
|||
print('graph_category security')
|
||||
print('graph_title %s' % (title))
|
||||
print('graph_vlabel %s' % (vlabel))
|
||||
print('graph_printf %.0lf')
|
||||
for i, archive in enumerate(archives + [other]):
|
||||
if len(colour) > i:
|
||||
print('%s.colour %s' % (archive, colour[i]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue