|
# -*- coding: UTF-8 -*-
|
|
"""
|
|
Surveillance des services OpenNebula
|
|
"""
|
|
|
|
from zephir.monitor.agents.services import StatusService
|
|
|
|
AGENTS.append(StatusService('openvswitch', {'openvswitch-switch' : "OpenVswitch"}, period=115,
|
|
description="Etat du serveur OpenVswitch"))
|