dak.graph

Produces a set of graphs of NEW/BYHAND/DEFERRED

@contact: Debian FTPMaster <ftpmaster@debian.org> @copyright: 2011 Paul Wise <pabs@debian.org>

Functions

graph(rrd_dir, image_dir, name, extra_args, ...)

graph_deferred(rrd_dir, image_dir, name, ...)

graph_normal(rrd_dir, image_dir, name, ...)

main()

usage([exit_code])

dak.graph.Cnf: Configuration
dak.graph.graph(rrd_dir: str, image_dir: str, name: str, extra_args: list[str], graph: str, title: str, start: str, year_lines=False) None[source]
dak.graph.graph_deferred(rrd_dir: str, image_dir: str, name: str, extra_args: list[str], graph: str, title: str, start: str, year_lines=False) None[source]
dak.graph.graph_normal(rrd_dir: str, image_dir: str, name: str, extra_args: list[str], graph: str, title: str, start: str, year_lines=False) None[source]
dak.graph.main() None[source]
dak.graph.usage(exit_code=0) NoReturn[source]