mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
cosmetic
This commit is contained in:
parent
6002cb63eb
commit
efc20c679a
1 changed files with 1 additions and 3 deletions
|
@ -63,15 +63,13 @@ my $arg = shift();
|
|||
# Check to see how the script was called
|
||||
if ($arg eq 'config') {
|
||||
print_graph_information();
|
||||
exit();
|
||||
} elsif ($arg eq 'autoconf') {
|
||||
if (test_service()) { print "yes\n"; }
|
||||
else { print "no\n"; }
|
||||
exit;
|
||||
} else {
|
||||
print_graph_data();
|
||||
exit;
|
||||
}
|
||||
exit;
|
||||
|
||||
sub print_graph_data() {
|
||||
# Define the values that are returned to munin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue