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:
parent
8542c09283
commit
a7139bcaee
42 changed files with 43 additions and 43 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
"""
|
"""
|
||||||
: << =cut
|
: << =cut
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
'''
|
'''
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- coding: iso-8859-1 -*-
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
"""
|
"""
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
#%# family=auto
|
#%# family=auto
|
||||||
#%# capabilities=autoconf
|
#%# capabilities=autoconf
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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" '
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
'''
|
'''
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
"""
|
"""
|
||||||
Plugin to monitor Wowza streaming servers.
|
Plugin to monitor Wowza streaming servers.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
'''
|
'''
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from sys import argv
|
from sys import argv
|
||||||
import httplib
|
import httplib
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from sys import argv
|
from sys import argv
|
||||||
import httplib
|
import httplib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue