change open files pfdata

This commit is contained in:
garnier-quentin 2019-06-28 10:19:51 +02:00
parent b7462ce745
commit e3f8b9725e
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ sub set_counters {
];
$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' } ],
output_template => 'current open files: %s',
perfdatas => [
@ -175,7 +175,7 @@ Filter PID (can be a regexp).
=item B<--warning-*> B<--critical-*>
Thresholds.
Can be: 'open-files'.
Can be: 'files-open'.
=back