2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Plugins: unify shebang for ruby scripts

This commit is contained in:
Lars Kruse 2018-07-11 18:58:23 +02:00
parent 331dc14e22
commit 7a37bfb1d8
16 changed files with 16 additions and 16 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/ruby #!/usr/bin/env ruby
# #
# Plugin author: Gunnar Wolf <gwolf@gwolf.org> # Plugin author: Gunnar Wolf <gwolf@gwolf.org>
# #

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/ruby #!/usr/bin/env ruby
# Config: # Config:
# [minecraft_users] # [minecraft_users]
# env.host awesomeserver.com # env.host awesomeserver.com

View File

@ -1,4 +1,4 @@
#! /usr/bin/ruby #!/usr/bin/env ruby
# #
# Munin Plugin for MSSQL - transaction monitoring # Munin Plugin for MSSQL - transaction monitoring
# #

View File

@ -1,4 +1,4 @@
#! /usr/bin/ruby #!/usr/bin/env ruby
# #
# Munin Plugin for MSSQL - Buffer cache hit ratio monitoring # Munin Plugin for MSSQL - Buffer cache hit ratio monitoring
# #

View File

@ -1,4 +1,4 @@
#! /usr/bin/ruby #!/usr/bin/env ruby
# #
# Munin Plugin for MSSQL - Data file size monitoring # Munin Plugin for MSSQL - Data file size monitoring
# #

View File

@ -1,4 +1,4 @@
#! /usr/bin/ruby #!/usr/bin/env ruby
# #
# Munin Plugin for MSSQL - log files monitoring # Munin Plugin for MSSQL - log files monitoring
# #

View File

@ -1,4 +1,4 @@
#! /usr/bin/ruby #!/usr/bin/env ruby
# #
# Munin Plugin for PGA memory components monitoring # Munin Plugin for PGA memory components monitoring
# #

View File

@ -1,4 +1,4 @@
#! /usr/bin/ruby #!/usr/bin/env ruby
# #
# Munin Plugin for SGA memory components monitoring # Munin Plugin for SGA memory components monitoring
# #

View File

@ -1,4 +1,4 @@
#! /opt/csw/bin/ruby #!/usr/bin/env ruby
# #
# Wildcard-script to monitor network port usage using netstat. To monitor a # Wildcard-script to monitor network port usage using netstat. To monitor a
# port, link port_<service> to this file. E.g. This plugin shall run by root user # port, link port_<service> to this file. E.g. This plugin shall run by root user

View File

@ -1,4 +1,4 @@
#!/usr/bin/ruby #!/usr/bin/env ruby
# Monitor your EAccelerator usage. # Monitor your EAccelerator usage.
# Requires: ruby # Requires: ruby

View File

@ -1,4 +1,4 @@
#!/usr/bin/ruby #!/usr/bin/env ruby
# This plugin reports the duration of the most recent puppet agent run. # This plugin reports the duration of the most recent puppet agent run.
# It requires read access to the puppet logfile (defaults to /var/log/messages). # It requires read access to the puppet logfile (defaults to /var/log/messages).

View File

@ -1,4 +1,4 @@
#!/usr/bin/ruby #!/usr/bin/env ruby
# munin plugin to retrieve connection statistics from the web admin interface # munin plugin to retrieve connection statistics from the web admin interface
# on a Linksys AG241v2 ADSL modem # on a Linksys AG241v2 ADSL modem
# Makes use of the http://modemaddress/ADSLCStatus.htm page # Makes use of the http://modemaddress/ADSLCStatus.htm page

View File

@ -1,4 +1,4 @@
#!/usr/bin/ruby #!/usr/bin/env ruby
# #
# Munin plugin for the D-link DIR-655 router # Munin plugin for the D-link DIR-655 router
# #

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/ruby #!/usr/bin/env ruby
# encoding: utf-8 # encoding: utf-8
# Plugin to monitor Room Alert 11E environmental units. # Plugin to monitor Room Alert 11E environmental units.

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/ruby #!/usr/bin/env ruby
# Plugin to monitor the number of invalid access to sshd per country # Plugin to monitor the number of invalid access to sshd per country
# #
# Require read permitions for SYSLOG # Require read permitions for SYSLOG