[Date Prev]   [Date Next] [Thread Prev]   [Thread Next] [Date Index]   [Thread Index]

 

     Re: [snips-users] hostmon not rrd'ing

Yeah, looking at the code, about the only thing I see in SNIPS.pm just
sets dorrd, ties it in to SNIPS::globals but then doesn't seem to do
anything else with it that I can spot.

I have found it. the C function "snips_rrd" is a side-effect of update_event which is in event_utils.c:


#ifdef RRDTOOL
  if (dorrd && !(pv->state & n_OLDDATA))
    snips_rrd(clock, pv->device.name, pv->device.addr, pv->device.subdev,
              pv->var.name, pv->var.value, pv->severity, pv->sender);
#endif


Now I have to figure out why it's not engaging for my hostmon.


-dan
--
Daniel MacKay
Halifax, Nova Scotia, Canada, +1 902.499.0488

Zyrion Traverse Network Monitoring & Network Management Software