Skip to content

Commit

Permalink
FreeBSD plugins: use GOODSH template
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Feb 11, 2012
1 parent 0fcd4d3 commit 60e0aab
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion plugins/node.d.freebsd/if_.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
#!@@GOODSH@@
# -*- sh -*-
#
# Wildcard-plugin to monitor network interfaces. To monitor an
# interface, link if_<interface> to this file. E.g.
Expand Down
3 changes: 2 additions & 1 deletion plugins/node.d.freebsd/if_errcoll_.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
#!@@GOODSH@@
# -*- sh -*-
#
# Wildcard-plugin to monitor network interfaces. To monitor an
# interface, link if_<interface> to this file. E.g.
Expand Down
2 changes: 1 addition & 1 deletion plugins/node.d.freebsd/iostat.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!@@GOODSH@@
# -*- sh -*-
#
# Original script (NetBSD) by he
Expand Down
2 changes: 2 additions & 0 deletions plugins/node.d.freebsd/netstat.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!@@GOODSH@@
# -*- sh -*-
: << =cut
=head1 NAME
Expand Down
3 changes: 2 additions & 1 deletion plugins/node.d.freebsd/open_files.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
#!@@GOODSH@@
# -*- sh -*-
#
# Plugin to monitor the number of open files in the system.
#
Expand Down
3 changes: 2 additions & 1 deletion plugins/node.d.freebsd/swap.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
#!@@GOODSH@@
# -*- sh -*-
#
# Plugin to monitor swap IO in number of blocks per second.
#
Expand Down
3 changes: 2 additions & 1 deletion plugins/node.d.freebsd/vmstat.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
#!@@GOODSH@@
# -*- sh -*-
#
# Plugin to monitor the number of procs in io-sleep and other wait
# states. Uses `vmstat`.
Expand Down

0 comments on commit 60e0aab

Please sign in to comment.