Disable Duplicate Monitor Provisioning¶
To Disable Duplicate monitor provisioning in Motadata 6.8 Follow mentioned steps.
If you wants to disable duplicate monitor provisioning for Linux Machine, edit plugin.yml in linux metric collector:
root@ubuntu:/motadata/motadata/plugins/metric-collector/linux-metric-collector# vim plugin.yml
Add below line at bottom of plugin.yml file
allow-duplicate: no:
# timeout setting seconds
metric-collect-timeout: 20
credential-fields: “password”
ping-check-required: yes
nmap-ping: yes
multi-value-fields: “Disk Volumes:Disk Volume,Disks:Disk,Interfaces:Interface,Processes:Process,Services:Service,CPU Logical Cores:CPU Core”
credential-context: “username,password”
discovery-param-context: “port,processes,private-key-name,pass-phrase,services”
motadata-sdk: 4.0.1873
motadata-sshutil: 4.0.1670
motadata-networkutil: 4.0.1670
motadata-redis-client: 4.0.1669
allow-duplicate: no
Restart Motadata services.