I'm absolutely new on CACTI, and I followed the "Simplest Method" to create the first chart (located here: http://www.cacti.net/downloads/docs/htm ... T_TO_GRAPH)
Well, now I need to understand how simply add another value to the same chart.
Reading the DOC I found the following:
Well, I'll modify the perl script to output data as reported in the DOC:Data input methods with more than one output field are handled a bit differently when writing scripts. Scripts that output more than one value should be formatted like the following:
<fieldname_1>:<value_1> <fieldname_2>:<value_2> ... <fieldname_n>:<value_n>
e.g.: value1:120 value2:230
But how to pass to cacti these values to generate one single chart with those?
Thanks!