/opennms-base-assembly/src/main/filtered/etc/response-adhoc-graph.properties

https://github.com/ajakubo1/opennms · Properties File · 39 lines · 5 code · 13 blank · 21 comment · 0 complexity · e5c5648754207eed6dc7450cb0d325ba MD5 · raw file

  1. #########################################################################
  2. ## G E N E R A L R E P O R T I N G S E T T I N G S
  3. #########################################################################
  4. command.prefix=${install.rrdtool.bin} graph - --imgformat PNG --start {1} --end {2}
  5. #the output type of the image, should correspond to the type we
  6. #specified in the command.prefix variable
  7. output.mime=image/png
  8. #########################################################################
  9. ## A D H O C R E P O R T S
  10. #########################################################################
  11. # values available to ad hoc reports in all subsections
  12. # 0 = RRD filename
  13. # 1 = start time in seconds (integer)
  14. # 2 = end time in seconds (integer)
  15. # 3 = graph title (can have spaces)
  16. # available to ad hoc only on the ds and graphline subsections
  17. # 4 = datasource abbreviation (arbitrary)
  18. # 5 = datasource name (official, from rrd)
  19. # 6 = datasource aggregation function
  20. # 7 = graph style (LINE1, LINE2, LINE3, AREA, STACK, etc.)
  21. # 8 = color (in html hex style, but minus the leading #)
  22. # 9 = datasource graph title (can have spaces)
  23. # no values can have spaces in them unless otherwise noted above
  24. adhoc.command.title=--title="{3}"
  25. adhoc.command.ds=DEF:{4}={0}:{5}:{6}
  26. adhoc.command.graphline={7}:{4}#{8}:"{9}"