check_mk_extensions icon indicating copy to clipboard operation
check_mk_extensions copied to clipboard

APC SLAVE Hosts are critical

Open Delido opened this issue 3 years ago • 2 comments

https://github.com/HeinleinSupport/check_mk_extensions/blob/e25d5bc41dc84fde772e869799198e112c65b621/apcaccess/lib/check_mk/base/plugins/agent_based/apcaccess.py#L124

should be: if data.get('STATUS') != 'ONLINE' and data.get('STATUS') != 'ONLINE SLAVE' and data.get('SELFTEST') == 'NO':

so you can check also if SLAVE Hosts have connection to master

Delido avatar Jun 10 '22 10:06 Delido

also APC not working anymore in checkmk 2.1 TypeError (check_temperature() missing 1 required keyword-only argument: 'value_store') File "/omd/sites/check/local/lib/python3/cmk/base/plugins/agent_based/apcaccess.py", line 163, in check_apcaccess_temp yield from temperature.check_temperature(float(itemp[0]),

Delido avatar Jun 10 '22 16:06 Delido

second issue is fixed with commit ad571dfd4ce3e7eacbcf4252ea43f756dfd8591a

gurubert avatar Aug 10 '22 09:08 gurubert