mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-01 22:03:57 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -23,9 +23,9 @@
|
|||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# ---------------------------------------------------- #
|
||||
# ---------------------------------------------------- #
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
@ -33,7 +33,7 @@ netscaler_conn - Munin plugin to monitor netscaler connections
|
|||
|
||||
=head1 CONFIGURATION
|
||||
|
||||
Make a symlink from netscaler_conn_ to /etc/munin/plugins/netscaler_conn_<nsfqdn>.
|
||||
Make a symlink from netscaler_conn_ to /etc/munin/plugins/netscaler_conn_<nsfqdn>.
|
||||
You can omit <nsfqdn>, then you need the env variable B<host>.
|
||||
|
||||
To configure the plugin, use ENV variables.
|
||||
|
@ -173,7 +173,7 @@ $return_str .= "ssl.value $counter1\n";
|
|||
|
||||
&close_session($session);
|
||||
|
||||
print "$return_str";
|
||||
print "$return_str";
|
||||
exit 0;
|
||||
|
||||
# --------------------------- functions ------------------------- #
|
||||
|
@ -203,7 +203,7 @@ sub close_session {
|
|||
sub get_buildversion {
|
||||
my ($session) = @_;
|
||||
my $build_version;
|
||||
|
||||
|
||||
my $result = $session->get_request(
|
||||
-varbindlist => [$oid_build_version]
|
||||
);
|
||||
|
@ -228,7 +228,7 @@ sub get_oid_values {
|
|||
if (!defined($result)) {
|
||||
return "na";
|
||||
}
|
||||
else {
|
||||
else {
|
||||
$return_value = $result->{$oid_string};
|
||||
return $return_value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue