mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-02 22:28:24 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/python
|
||||
import sys, os
|
||||
import sys, os
|
||||
import urllib2
|
||||
try:
|
||||
from xml.etree import cElementTree as ET
|
||||
|
@ -12,7 +12,7 @@ except ImportError:
|
|||
SOLR_PORT=8389
|
||||
SOLR_HOST="localhost"
|
||||
# Parameters:
|
||||
#
|
||||
#
|
||||
# config (required)
|
||||
# autoconf (optional - used by munin-config)
|
||||
#
|
||||
|
@ -84,7 +84,7 @@ if len(sys.argv) > 1:
|
|||
sys.exit(0)
|
||||
elif sys.argv[1] == "config":
|
||||
params = parseArgs()
|
||||
|
||||
|
||||
print 'graph_title Solr %s' % params['valueName']
|
||||
print 'graph_args -l 0 '
|
||||
print 'graph_vlabel Size %s' % params['valueName']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue