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:
parent
331dc14e22
commit
7a37bfb1d8
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Plugin author: Gunnar Wolf <gwolf@gwolf.org>
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
# Config:
|
||||
# [minecraft_users]
|
||||
# env.host awesomeserver.com
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Munin Plugin for MSSQL - transaction monitoring
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Munin Plugin for MSSQL - Buffer cache hit ratio monitoring
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Munin Plugin for MSSQL - Data file size monitoring
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Munin Plugin for MSSQL - log files monitoring
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Munin Plugin for PGA memory components monitoring
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Munin Plugin for SGA memory components monitoring
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /opt/csw/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
#
|
||||
# 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
# Monitor your EAccelerator usage.
|
||||
# Requires: ruby
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
# 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).
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
# munin plugin to retrieve connection statistics from the web admin interface
|
||||
# on a Linksys AG241v2 ADSL modem
|
||||
# Makes use of the http://modemaddress/ADSLCStatus.htm page
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Munin plugin for the D-link DIR-655 router
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
"
|
||||
=head1 NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
# encoding: utf-8
|
||||
|
||||
# Plugin to monitor Room Alert 11E environmental units.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
# Plugin to monitor the number of invalid access to sshd per country
|
||||
#
|
||||
# Require read permitions for SYSLOG
|
||||
|
Loading…
Reference in New Issue
Block a user