mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Plugin cpu_freq_1sec: convert documentation to perldoc format
This commit is contained in:
parent
4e69103aac
commit
6f1e053870
1 changed files with 21 additions and 5 deletions
|
@ -1,9 +1,25 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
#
|
|
||||||
# This is a small supersampling plugin that does
|
: <<=cut
|
||||||
# cpu sampling every 1 second.
|
|
||||||
#
|
=head1 NAME
|
||||||
# (c) 2013 - LGPL - Steve Schnepp <steve.schnepp@pwkf.org>
|
|
||||||
|
cpu_freq_1sec - small supersampling plugin that samples cpu usage every second
|
||||||
|
|
||||||
|
|
||||||
|
=head1 AUTHORS
|
||||||
|
|
||||||
|
Copyright (C) 2013 Steve Schnepp <steve.schnepp@pwkf.org>
|
||||||
|
|
||||||
|
|
||||||
|
=head1 LICENSE
|
||||||
|
|
||||||
|
GNU Library General Public License v2 only
|
||||||
|
|
||||||
|
SPDX-License-Identifier: LGPL-2.0-only
|
||||||
|
|
||||||
|
=cut
|
||||||
|
|
||||||
|
|
||||||
pluginfull="$0" # full name of plugin
|
pluginfull="$0" # full name of plugin
|
||||||
plugin="${0##*/}" # name of plugin
|
plugin="${0##*/}" # name of plugin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue