Search found 1 match
- Mon Nov 18, 2013 12:22 am
- Forum: Scripts and Templates
- Topic: Retrieve max value of graph with bash/perl script
- Replies: 1
- Views: 1038
Retrieve max value of graph with bash/perl script
I wonder how can I can retrieve from Command-line the max value on Cacti graph to an integer on a bash shell script. I tried with the following command: rrdtool graph - \ --start=1380874818 \ --end=1380889218 \ DEF:a="/usr/share/cacti/site/rra/17/1971.rrd":'traffic_out':MAX \ CDEF:cdefa='a...