Skip to content

Statistics

Akash B. Sheth edited this page Oct 31, 2018 · 21 revisions

Welcome to the VCE wiki!

Please follow the steps to install simp (GlobalNOC Simp) and do the configuration.

Once VCE is updated to the latest version, please copy files from /etc/vce/simp/ to /etc/simp/ and update all the config files.

Please check the following examples for reference. NOTE: All the examples contain default values.

/etc/simp/simpDataConfig.xml: This file contains redis and rabbitmq configuration for simp-data module. Please refer GlobalNoc Simp in order to change configuration.

/etc/simp/config.xml: The config file controls collection interval, and the number of workers to use and what to collect.

/etc/simp/hosts.d/vce-switch.xml: This file contains details like ip of the switch, community it belongs to, version of the switch, name of the switch and the group it belongs to.

<!-- 
    ip: ip of the vce switch
    community: community of the switch it belongs to. 'public' is the default community.
    snmp_version: '2c' is the default version that vce ships with.
    node_name: name of the switch
-->
<config>
    <host ip="127.0.0.1" community="public" snmp_version="2c" node_name="brocade.example.com">
        <group name="int"></group>
    </host>
</config>
Clone this wiki locally