Skip to content

Commit 0633175

Browse files
committed
updated check_mesos_activated_slaves.pl
1 parent 32807e4 commit 0633175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check_mesos_activated_slaves.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ BEGIN
3838

3939
get_options();
4040

41-
$host = validate_host($host);
42-
$port = validate_port($port);
41+
$host = validate_host($host);
42+
$port = validate_port($port);
4343
validate_thresholds(1, 1, { 'simple' => 'lower', 'positive' => 1, 'integer' => 1 } );
4444

4545
vlog2;

0 commit comments

Comments
 (0)