Re-use monitor.radiusPassword for community string

This commit is contained in:
Matt Visnovsky
2024-05-08 11:00:10 -06:00
parent da8f0d1c31
commit 1c4740748c
3 changed files with 1 additions and 3 deletions

View File

@@ -194,7 +194,6 @@ class Monitor extends BeanModel {
tlsCert: this.tlsCert,
tlsKey: this.tlsKey,
kafkaProducerSaslOptions: JSON.parse(this.kafkaProducerSaslOptions),
snmpCommunityString: this.snmpCommunityString,
};
}