summaryrefslogtreecommitdiffstats
path: root/doc/server/plugins/structures/bundler/snmpd.txt
blob: 2318f8ca19e76d0c575d71494ef7fda1dbecf498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. -*- mode: rst -*-

.. _server-plugins-structures-bundler-snmpd:

snmpd
=====

A simple bundle for a SNMP daemon with a package, a service and a
configuration file.

.. code-block:: xml

    <Bundle name="snmpd" version="3.0">
            <Package name="snmpd"/>
            <Service name="snmpd"/>
            <Path name="/etc/snmp/snmpd.conf"/>
    </Bundle>