|
From: Marc P. <ma...@en...> - 2008-09-01 15:15:36
|
On Sep 1, 2008, at 12:52 AM, Consultant IT wrote: > hi, > > My email appliance has two target types, one is from SNMP, the other > is from > my perl scripts to reading from http xml interfaces. > > Now I defined targets file: > > #more targets > target mail01.mydomain.com > target-type = global > target mail01.mydomain.com > target-type = global-xml > > > The issue is everytime it collects the data, it collect global-xml > twice. It > did not collect the global (SNMP data). Your target names need to be unique. This is what cricket bases the names of the rrd files on. target mail01.mydomain.com-global target-type = global target mail01.mydomain.com-xml target-type = global-xml -- Marc |