-
Notifications
You must be signed in to change notification settings - Fork 4
Statistics
Once the 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 for the description of each file.
/etc/simp/simpDataConfig.xml and /etc/simp/compDataConfig.xml:
These files contain redis and rabbitmq configuration for simp-data and simp-comp 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. It contains example values and needs to be updated with actual switch configurations.
<!--
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>