updated check_cassandra_tpstats.pl
e78c5b15
Hari Sekhon
committed
1 changed file
check_cassandra_tpstats.pl
/check_cassandra_tpstats.pl-1+1
/check_cassandra_tpstats.pl
Add comment 29 use lib dirname(__FILE__) . "/lib";
Add comment 30 }
Add comment 31 use HariSekhonUtils;
Add comment 32 Minus  use HariSekhon::Cassandra;
Add comment 32 Plus  use HariSekhon::Cassandra::Nodetool;
Add comment 33
Add comment 34 my $default_warning = 0;
Add comment 35 my $default_critical = 0;