mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Plugins: unify shebang for ruby scripts
This commit is contained in:
parent
331dc14e22
commit
7a37bfb1d8
16 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue