centreon / centreon-plugins

Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure.
https://www.centreon.com
Apache License 2.0
310 stars 274 forks source link

UNKNOWN: Illegal division by zero at /usr/lib/centreon/plugins/centreon_emc_datadomain.pl line 7575. #4154

Closed lzmarouane closed 1 year ago

lzmarouane commented 1 year ago

i am trying to use this pluging --plugin=storage::emc::DataDomain::plugin to monotior my DataDomain but i am getting the following error,

/usr/lib/centreon/plugins/centreon_emc_datadomain.pl --plugin=storage::emc::DataDomain::plugin --mode=filesystem-usage --hostname=192.168.x.X --snmp-version=1 --name --regexp  --warning-usage='80' --critical-usage='90' --verbose --snmp-community= public  --filesystem='^(?!(.*pre-comp)$)

UNKNOWN: Illegal division by zero at /usr/lib/centreon/plugins/centreon_emc_datadomain.pl line 7575.`

Any help would be highly appreciated

garnier-quentin commented 1 year ago

It was fixed i think: https://github.com/centreon/centreon-plugins/commit/ffefc2211e5c22b410fdf76470bdaae57adfe80f

Are you sure the plugin is updated ?

lzmarouane commented 1 year ago

I'm new in centreon, could you please, show me how to update it

garnier-quentin commented 1 year ago

yum update centreon-plugin-Hardware-Storage-Emc-Datadomain-Snmp

lzmarouane commented 1 year ago

It didn't work :

[root@monitoring plugins]# yum update centreon-plugin-Hardware-Storage-Emc-Datadomain-Snmp
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: linuxsoft.cern.ch
 * centos-sclo-rh: linuxsoft.cern.ch
 * centos-sclo-sclo: linuxsoft.cern.ch
 * epel: linuxsoft.cern.ch
 * extras: linuxsoft.cern.ch
 * updates: linuxsoft.cern.ch
No packages marked for update
garnier-quentin commented 1 year ago

Please check your centreon repositories.

lzmarouane commented 1 year ago

Thanks @garnier-quentin I followed the changes you made to the script centreon_emc_datadomain.pl and it works.