1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Unify shebang for python scripts

This commit is contained in:
Lars Kruse 2020-10-28 23:38:41 +01:00
parent 8542c09283
commit a7139bcaee
42 changed files with 43 additions and 43 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
""" """

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
""" """
Plugin to monitor ArangoDB servers. It works with the new server statistics Plugin to monitor ArangoDB servers. It works with the new server statistics

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
""" """
: << =cut : << =cut

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
''' '''
=head1 NAME =head1 NAME

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# based on https://github.com/pdbrown/munin-custom/blob/master/plugins/hashrate # based on https://github.com/pdbrown/munin-custom/blob/master/plugins/hashrate
# improved by @deveth0 (donation to 1GzHgp9hsDRsf96MnVk2oo6EG1VmWP9jGs :) ) # improved by @deveth0 (donation to 1GzHgp9hsDRsf96MnVk2oo6EG1VmWP9jGs :) )
# usage: link to btcguild_hashrate_YOURAPIKEY # usage: link to btcguild_hashrate_YOURAPIKEY

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# based on https://github.com/pdbrown/munin-custom/blob/master/plugins/hashrate # based on https://github.com/pdbrown/munin-custom/blob/master/plugins/hashrate
# improved by @deveth0 (donation to 1GzHgp9hsDRsf96MnVk2oo6EG1VmWP9jGs :) ) # improved by @deveth0 (donation to 1GzHgp9hsDRsf96MnVk2oo6EG1VmWP9jGs :) )
# usage: set your api key in node-config, eg # usage: set your api key in node-config, eg

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# based on https://github.com/pdbrown/munin-custom/blob/master/plugins/hashrate # based on https://github.com/pdbrown/munin-custom/blob/master/plugins/hashrate
# improved by @deveth0 (donation to 1GzHgp9hsDRsf96MnVk2oo6EG1VmWP9jGs :) ) # improved by @deveth0 (donation to 1GzHgp9hsDRsf96MnVk2oo6EG1VmWP9jGs :) )
# usage: set your api key in node-config, eg # usage: set your api key in node-config, eg

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# Copyright (C) 2009 - 2012 Andreas Thienemann <andreas@bawue.net> # Copyright (C) 2009 - 2012 Andreas Thienemann <andreas@bawue.net>
# #

View file

@ -1,4 +1,4 @@
#! /usr/bin/python #!/usr/bin/env python
# -*- coding: iso-8859-1 -*- # -*- coding: iso-8859-1 -*-
import os import os

View file

@ -1,4 +1,4 @@
#! /usr/bin/python #!/usr/bin/env python
# -*- coding: iso-8859-1 -*- # -*- coding: iso-8859-1 -*-
""" """
This plugin shows the statistics of every source currently connected to the Icecast2 server. This plugin shows the statistics of every source currently connected to the Icecast2 server.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# #
# This plugin shows the statistics of every source currently connected to the Icecast2 server. # This plugin shows the statistics of every source currently connected to the Icecast2 server.
# See the Icecast2_ plugin for collecting data of specific mountpoints. # See the Icecast2_ plugin for collecting data of specific mountpoints.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# vim: set fileencoding=utf-8 # vim: set fileencoding=utf-8
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# vim: set fileencoding=utf-8 # vim: set fileencoding=utf-8
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# vim: set fileencoding=utf-8 # vim: set fileencoding=utf-8
# #

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
""" """
=head1 NAME =head1 NAME

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# Revision 1.0 2008/05/16 - Steven Wagner # Revision 1.0 2008/05/16 - Steven Wagner
# First functional release. Works for me. # First functional release. Works for me.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import sys import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
import sys import sys

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
""" """
=head1 NAME =head1 NAME

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# #
# Munin Plugin for Murmur/ICE # Munin Plugin for Murmur/ICE
# written by T. Fernandez # written by T. Fernandez

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
#%# family=auto #%# family=auto
#%# capabilities=autoconf #%# capabilities=autoconf

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# shorewall_accounting v1.3 # shorewall_accounting v1.3
# #
# A munin plugin for tracking traffic as recorded by shorewall accounting rules. # A munin plugin for tracking traffic as recorded by shorewall accounting rules.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# shorewall_ v2.0 - 30 Aug 2008 - Tanguy Pruvot <tanguy.pruvot@gmail.com> # shorewall_ v2.0 - 30 Aug 2008 - Tanguy Pruvot <tanguy.pruvot@gmail.com>
# #
# A munin plugin for tracking traffic as recorded by shorewall accounting rules # A munin plugin for tracking traffic as recorded by shorewall accounting rules

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# shorewall_accounting # shorewall_accounting
# A munin plugin for tracking traffic as recorded by shorewall accounting rules # A munin plugin for tracking traffic as recorded by shorewall accounting rules
# Written by Chris AtLee <chris@atlee.ca> # Written by Chris AtLee <chris@atlee.ca>

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
#requires log format as below #requires log format as below
#log_format cache '$remote_addr - $host [$time_local] "$request" $status ' #log_format cache '$remote_addr - $host [$time_local] "$request" $status '
# '$body_bytes_sent "$http_referer" ' # '$body_bytes_sent "$http_referer" '

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
import sys, re import sys, re
from beanstalk import serverconn, protohandler from beanstalk import serverconn, protohandler

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# Written by Bertrand Grelot # Written by Bertrand Grelot
# requires python-beautifulsoup # requires python-beautifulsoup

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
""" """
=head1 NAME =head1 NAME

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# This is monitoring plugin for riak Developer's website: http://wiki.basho.com/Riak.html # This is monitoring plugin for riak Developer's website: http://wiki.basho.com/Riak.html
# sample config in /etc/munin/plugin-conf.d/riak # sample config in /etc/munin/plugin-conf.d/riak

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# This is monitoring plugin for riak Developer's website: http://wiki.basho.com/Riak.html # This is monitoring plugin for riak Developer's website: http://wiki.basho.com/Riak.html

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# This is monitoring plugin for riak Developer's website: http://wiki.basho.com/Riak.html # This is monitoring plugin for riak Developer's website: http://wiki.basho.com/Riak.html
# sample config in /etc/munin/plugin-conf.d/riak # sample config in /etc/munin/plugin-conf.d/riak

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2014 Johann Schmitz <johann@j-schmitz.net> # Copyright (C) 2014 Johann Schmitz <johann@j-schmitz.net>

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2014 Johann Schmitz <johann@j-schmitz.net> # Copyright (C) 2014 Johann Schmitz <johann@j-schmitz.net>

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# #
# Here's a plugin which lets you monitor your senderscore.org reputation. For # Here's a plugin which lets you monitor your senderscore.org reputation. For
# people sending a large amount of email - this might be useful. # people sending a large amount of email - this might be useful.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
''' '''
=head1 NAME =head1 NAME

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# This is a monitoring plugin for twemproxy (aka: nutcracker) # This is a monitoring plugin for twemproxy (aka: nutcracker)
# config in /etc/munin/plugin-conf.d/nutcracker.conf # config in /etc/munin/plugin-conf.d/nutcracker.conf

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
import os import os
import re import re

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
""" """
Plugin to monitor Wowza streaming servers. Plugin to monitor Wowza streaming servers.

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
''' '''
=head1 NAME =head1 NAME

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
from sys import argv from sys import argv
import httplib import httplib

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# #
# Copyright (c) 2008 LOGILAB S.A. (Paris, FRANCE). # Copyright (c) 2008 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr # http://www.logilab.fr/ -- mailto:contact@logilab.fr

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
from sys import argv from sys import argv
import httplib import httplib