>I'm getting the following message repeatedly when I use the >command (perl -w mrtg mrtg_ups_temp_probe.cfg): > >WARNING: can't do threshold checking for target >xxx.xxx.com_1(i) -- No valid current data >
You probably have 'Unknown' values stored in the RRD. I don't know how you're collecting the data, but probably it it returning Unknowns. Use rrdtool dump to check the actual stored current values -- you cant threshold check against an Unknown. Steve -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
