Révision 868937c8
Report properly when value is undefined (slave error).
| plugins/mysql/mysql_slave | ||
|---|---|---|
| 65 | 65 |
my (@infos,$info,$i_seconds); |
| 66 | 66 |
|
| 67 | 67 |
my $info = `$COMMAND`; |
| 68 |
$info =~ /: (\d+)/; |
|
| 69 |
|
|
| 70 |
print("seconds.value $1\n");
|
|
| 68 |
if($info =~ /: (\d+)/) {
|
|
| 69 |
print("seconds.value $1\n");
|
|
| 70 |
} else {
|
|
| 71 |
print("seconds.value U\n");
|
|
| 72 |
} |
|
| 71 | 73 |
|
| 72 | 74 |
|
| 73 | 75 |
sub print_config {
|
Formats disponibles : Unified diff