#!/usr/bin/env python

import sys
sys.path.append('/usr/share/cmon/src')

import cmon_snmp_daemon
cmon_snmp_daemon.run()

