On Thu, Jul 19, 2012 at 8:54 AM, Jochen Hein <joc...@jochen.org> wrote:
> Vladimir Vuksan <vli...@veus.hr> writes:
>
>> I would define a scaling factor or some other variable. I do want to
>> steer away from having tool specific options unless absolutely
>> necessary.
>
> I agree that would be a useful goal, I just have no idea what I options
> I may need for my special problem [see my mail to ganglia-general].
>
> I've had a look at the other PHP-reports. A couple of them pass the
> option '--rigid' to rddtool. Other used options are --logarithmic and
> --lower-limit. I've no idea how that could be mapped into json and keep
> the syntax and the parsing simple.

I'd suggest something like:

"options": {
     "logarithmic": true,
     "rigid": false,
     "lower-limit": 0
}

with sensible defaults. If it's ignored by another graphing toolkit,
that's fine.

Jeff

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to