Skip to main content

/usr/lib/centreon/plugins//centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=storage --hostname=172.16.200.15 --snmp-version=2c --snmp-community='public'  --storage '' --display-transform-src='' --display-transform-dst='' --warning-usage='80' --critical-usage='90' --filter-perfdata='storage.space|used|free'

UNKNOWN: No storage found. Can be: filters, cache file.

any idea for this error ??

 

Hi,

 

--storage ''

 

is the cause probably. Try with --storage ‘.*’ adding the --regex option or with --storage ‘*’


thanks it s work

How can I remove the '--storage' argument from the command ?


You can edit the command.

But if I were you I‘d rather keep this option and use a wildcard, because you may need this option in the future.


The functionality was achieved by incorporating the options --name and --regexp, along with specifying the value --storage='/|/tmp'.


Reply