munin: fix print function
This commit is contained in:
parent
49ae79fc2e
commit
ee418b5163
|
@ -7,6 +7,7 @@ Use the following in /etc/munin/plugin-conf.d/wormhole :
|
|||
env.usagedb /path/to/your/wormhole/server/usage.sqlite
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
import os, sys, time, sqlite3
|
||||
|
||||
CONFIG = """\
|
||||
|
|
|
@ -7,6 +7,7 @@ Use the following in /etc/munin/plugin-conf.d/wormhole :
|
|||
env.usagedb /path/to/your/wormhole/server/usage.sqlite
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
import os, sys, time, sqlite3
|
||||
|
||||
CONFIG = """\
|
||||
|
|
|
@ -7,6 +7,7 @@ Use the following in /etc/munin/plugin-conf.d/wormhole :
|
|||
env.usagedb /path/to/your/wormhole/server/usage.sqlite
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
import os, sys, time, sqlite3
|
||||
|
||||
CONFIG = """\
|
||||
|
|
|
@ -7,6 +7,7 @@ Use the following in /etc/munin/plugin-conf.d/wormhole :
|
|||
env.usagedb /path/to/your/wormhole/server/usage.sqlite
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
import os, sys, time, sqlite3
|
||||
|
||||
CONFIG = """\
|
||||
|
|
Loading…
Reference in New Issue
Block a user