change open files pfdata
This commit is contained in:
parent
b7462ce745
commit
e3f8b9725e
|
@ -34,7 +34,7 @@ sub set_counters {
|
||||||
];
|
];
|
||||||
|
|
||||||
$self->{maps_counters}->{global} = [
|
$self->{maps_counters}->{global} = [
|
||||||
{ label => 'open-files', nlabel => 'system.open.files.count', set => {
|
{ label => 'files-open', nlabel => 'system.files.open.count', set => {
|
||||||
key_values => [ { name => 'openfiles' } ],
|
key_values => [ { name => 'openfiles' } ],
|
||||||
output_template => 'current open files: %s',
|
output_template => 'current open files: %s',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
|
@ -175,7 +175,7 @@ Filter PID (can be a regexp).
|
||||||
=item B<--warning-*> B<--critical-*>
|
=item B<--warning-*> B<--critical-*>
|
||||||
|
|
||||||
Thresholds.
|
Thresholds.
|
||||||
Can be: 'open-files'.
|
Can be: 'files-open'.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue