ImTheLucKyOne / check_mk_emcunity

Check_MK Extensions for Dell EMC Unity Storages
GNU General Public License v3.0
5 stars 8 forks source link

MKGeneralException (Function size_trend not found. Please include "size_trend.include" in your check) #14

Open goam03 opened 5 years ago

goam03 commented 5 years ago

Hi again. in Cmk 1.5.0p12 checks: /omd/sites/traklin/local/share/check_mk/checks/emcunity_pool /omd/sites/traklin/local/share/check_mk/checks/emcunity_lun are crashed with exception: MKGeneralException (Function size_trend not found. Please include "size_trend.include" in your check)

you need to change: -- [ 'emcunity.include', 'df.include' , 'size_trend.include' ],

++ [ 'emcunity.include', 'size_trend.include', 'df.include' ],

ImTheLucKyOne commented 5 years ago

Hm, thanks for reporting. But I upgraded my cmk raw to p12 and can't reproduce the error. Are you using cee? Currently I am not able to check against a 1.5.0p12 cee.

goam03 commented 5 years ago

I'm using check_mk raw 1.5.0p12 . May be it's a bug in my environment.... Anyway it's workaround if somebody will get that's error