mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Missed one parameters equals with whitespaces.
This commit is contained in:
parent
cbd9235623
commit
d45c84e59f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def munin_config(fs):
|
|||
|
||||
print("flush_errs.label Flush Errors")
|
||||
print("flush_errs.warning " + os.getenv('flush_errs_warning',
|
||||
default = str(warning)))
|
||||
default=str(warning)))
|
||||
if os.getenv('flush_errs_critical', default=critical):
|
||||
print("flush_errs.critical " + os.getenv('flush_errs_critical',
|
||||
default=str(critical)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue