added SMTP monitor (#5489)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Brad Koehn 2025-05-18 15:35:55 -05:00 committed by GitHub
parent 289e824a5d
commit c67f6efe29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 70 additions and 3 deletions

View file

@ -866,6 +866,7 @@ let needSetup = false;
monitor.kafkaProducerAllowAutoTopicCreation;
bean.gamedigGivenPortOnly = monitor.gamedigGivenPortOnly;
bean.remote_browser = monitor.remote_browser;
bean.smtpSecurity = monitor.smtpSecurity;
bean.snmpVersion = monitor.snmpVersion;
bean.snmpOid = monitor.snmpOid;
bean.jsonPathOperator = monitor.jsonPathOperator;