Classes | |
| class | NetMonitor |
Functions | |
| def | get_sys_net |
| def | get_sys_net_stat |
Variables | |
| tuple | net_node = NetMonitor() |
| dictionary | stat_dict = {0: 'OK', 1: 'Warning', 2: 'Error'} |
| def net_monitor.get_sys_net | ( | iface, | |
| sys | |||
| ) |
Definition at line 70 of file net_monitor.py.
| def net_monitor.get_sys_net_stat | ( | iface, | |
| sys | |||
| ) |
Definition at line 62 of file net_monitor.py.
| tuple net_monitor::net_node = NetMonitor() |
Definition at line 271 of file net_monitor.py.
| dictionary net_monitor::stat_dict = {0: 'OK', 1: 'Warning', 2: 'Error'} |
Definition at line 60 of file net_monitor.py.