mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-09-19 09:03:20 +00:00
Please use one import per line
This commit is contained in:
parent
288b76d6f9
commit
b10d8677c7
2 changed files with 10 additions and 2 deletions
|
@ -15,7 +15,11 @@
|
||||||
# ln -s /usr/share/munin/plugins/ethermine_ /etc/munin/plugins/ethermine_3257bde8cf067ae6f1ddc0e4b140fe02e3c5e44f_mine
|
# ln -s /usr/share/munin/plugins/ethermine_ /etc/munin/plugins/ethermine_3257bde8cf067ae6f1ddc0e4b140fe02e3c5e44f_mine
|
||||||
#
|
#
|
||||||
|
|
||||||
import os, sys, urllib2, socket, json
|
import os
|
||||||
|
import sys
|
||||||
|
import urllib2
|
||||||
|
import socket
|
||||||
|
import json
|
||||||
|
|
||||||
OPTIONS = sys.argv[0].split('_')
|
OPTIONS = sys.argv[0].split('_')
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,11 @@
|
||||||
# ln -s /usr/share/munin/plugins/etherscan_balance_ /etc/munin/plugins/etherscan_balance_0x3257bde8cf067ae6f1ddc0e4b140fe02e3c5e44f
|
# ln -s /usr/share/munin/plugins/etherscan_balance_ /etc/munin/plugins/etherscan_balance_0x3257bde8cf067ae6f1ddc0e4b140fe02e3c5e44f
|
||||||
#
|
#
|
||||||
|
|
||||||
import os, sys, urllib2, socket, json
|
import os
|
||||||
|
import sys
|
||||||
|
import urllib2
|
||||||
|
import socket
|
||||||
|
import json
|
||||||
|
|
||||||
OPTIONS = sys.argv[0].split('_')
|
OPTIONS = sys.argv[0].split('_')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue