X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fipmi.c;h=6a72b2b7ccd8d0a88cc35c840e7cf90f2a6b76ec;hb=b6af45453fa718f8c3bd57b88cd90298bd52c444;hp=b110920819575c7c0580f24ae2bd3c52183a6f61;hpb=94e53011cbe27743da2d9d4a8d3e0fa18fd2a931;p=collectd.git diff --git a/src/ipmi.c b/src/ipmi.c index b1109208..6a72b2b7 100644 --- a/src/ipmi.c +++ b/src/ipmi.c @@ -785,11 +785,9 @@ entity_sensor_update_handler(enum ipmi_update_e op, if (st->sel_enabled) { int status = 0; - /* register threshold event if threshold sensor support events */ - if ((ipmi_sensor_get_event_reading_type(sensor) == - IPMI_EVENT_READING_TYPE_THRESHOLD) && - (ipmi_sensor_get_threshold_access(sensor) != - IPMI_THRESHOLD_ACCESS_SUPPORT_NONE)) + /* register threshold event handler */ + if (ipmi_sensor_get_event_reading_type(sensor) == + IPMI_EVENT_READING_TYPE_THRESHOLD) status = ipmi_sensor_add_threshold_event_handler( sensor, sensor_threshold_event_handler, st); /* register discrete handler if discrete/specific sensor support events */