Integrate the zabbix Elixir model into the monitor module.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 14 Nov 2008 23:46:18 +0000 (23:46 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 14 Nov 2008 23:46:18 +0000 (23:46 +0000)
commitac841d414d7b09f8a0b7883bcdba0eeb6aede69f
tree279de991a170a161d6fd28cd18ac46b9667bb890
parent492f2f28ffd9d806b34c0cb585151303df07dd55
Integrate the zabbix Elixir model into the monitor module.
Added two scripts under zabbix/ for syncing site info from PLCdb to ZABBIXdb
Added these directories to setup.py for the monitor module
monitor/database/__init__.py
monitor/database/dborm.py
monitor/database/zabbixapi/emailZabbix.py [new file with mode: 0644]
monitor/database/zabbixapi/model.py [new file with mode: 0644]
monitor/database/zabbixapi/site.py [new file with mode: 0644]
setup.py
zabbix/zabbixsite.py [new file with mode: 0755]
zabbix/zabbixsync.py [new file with mode: 0755]