nevisDetect Controller
For a proper functioning of the controlling and monitoring component of nevisDetect (the component nevisDetect Controller), you need to specify some monitoring attributes, see the table below. You set the attributes in the file /var/opt/nevisdetect/admin/conf/admin.properties.
Name | Type/unit | Default | Desciption |
---|---|---|---|
admin.server.URL | URL | The URL of the service. | |
admin.server.keyStore | file | The Java keystore file used for establishing the TLS connection. | |
admin.server.keyStorePassword | string | The passphrase for the keystore. | |
admin.server.trustStore | file | The Java truststore file used for establishing the TLS connection. | |
admin.server.trustStorePassword | string | The passphrase for the truststore. | |
jms.client.keyStore | file | The Java keystore file used for establishing message queues. | |
jms.client.keyStorePassword | string | The passphrase for the JMS keystore. | |
jms.client.trustStore | file | The Java truststore file used for establishing message queues. | |
jms.client.trustStorePassword | string | The passphrase for the JMS truststore. | |
jms.client1.brokerURL | URL | The URL for the JMS connectivity broker. | |
role.to.permission.mapping.file | file | Location of the role-to-permission mapping properties. | |
sectoken.trustStore | file | Secure token verifier truststore. | |
sectoken.trustStorePassword | string | The passphrase for the sectoken truststore. | |
spring.http.encoding.charset | string | UTF-8 | The HTTP content type encoding settings. |
spring.http.encoding.enabled | boolean | true | |
spring.http.encoding.force | boolean | true |