File: __init__.py

package info (click to toggle)
python-protobix 1.0.2-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: python: 2,321; sql: 35; sh: 32; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
"""
Protobix is a simple module which implement Zabbix Sender protocol
It provides a sample probe you can extend to monitor any software with Zabbix
"""
from .datacontainer import DataContainer
from .senderprotocol import SenderProtocol
from .sampleprobe import SampleProbe
from .zabbixagentconfig import ZabbixAgentConfig