Tests ===== .. automodule:: sanet_poller.lib.functions.adva .. function:: enumerate(sequence[, start=0]) prova di documentazione di una funzione .. autofunction:: sanet_poller.lib.functions.adva.fun_advaCurrentConditionsCount Graphviz ======== .. digraph:: Test "agent 1" -> "sanetd"; "agent 2" -> "sanetd"; "agent 3" -> "sanetd"; "agent 4" -> "sanetd"; "sanetd" -> "entables"; "sanetd" -> "database (postgres)"; "sanetd" -> "files (rrdtools)"; "sanetd" -> "cache (redis)"; "entables" -> "MAIL"; "database (postgres)" -> "APACHE" ; "files (rrdtools)" -> "APACHE" ; "cache (redis)" -> "APACHE" ; Graphviz ======== .. digraph:: prova node [fontsize="8"]; tenant; agent; "node1" [style=filled, fillcolor="lightblue"]; "node2" [style=filled, fillcolor="lightblue"]; "node3" [style=filled, fillcolor="lightblue"]; interface; storage; service; device; subgraph datagroup2 { datagroup2; datagroup1; } tenant -> agent; agent -> "node1"; agent -> "node2"; agent -> "node3"; "node1" -> interface; "node1" -> storage; "node1" -> service; "node1" -> device; "node1" -> datagroup1; datagroup1 -> datasource1; datagroup1 -> condition1; datagroup1 -> timegraph1; interface -> "datagroup2"; datagroup2 -> datasource2; datagroup2 -> condition2; datagroup2 -> timegraph2;