This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
config_param [2017/03/07 16:23] 127.0.0.1 external edit |
config_param [2021/01/25 12:53] (current) admin |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== Configuration Parameters ==== | ==== Configuration Parameters ==== | ||
- | |||
== AUTOTHRESHOLD_INTERFACE_DISCARDS == | == AUTOTHRESHOLD_INTERFACE_DISCARDS == | ||
This field contains the number of discards per second beyond which the alarm is activated. When this field is 0 (zero) the autothreshold for interface discards is disabled globally. | This field contains the number of discards per second beyond which the alarm is activated. When this field is 0 (zero) the autothreshold for interface discards is disabled globally. | ||
+ | |||
+ | |||
+ | == AUTOTHRESHOLD_PROCESS_NUMBER == | ||
+ | |||
+ | This field contains the percentage of the number of processes over the maximum exceeded which is triggered an alarm. | ||
+ | |||
+ | == AUTOTHRESHOLD_BGPPEER_STATUS == | ||
+ | |||
+ | When this field is 1 (true) will be raised an alarm when a BGP peering status is not "Established". | ||
Line 11: | Line 19: | ||
This field contains the string used as email subject when emails are sent for automatic threshold. The default value is //**"DEVICE %DEVICE_NAME% Threshold"**//. These special keywords are also available: | This field contains the string used as email subject when emails are sent for automatic threshold. The default value is //**"DEVICE %DEVICE_NAME% Threshold"**//. These special keywords are also available: | ||
* **%DEVICE_NAME%**: the name of the device | * **%DEVICE_NAME%**: the name of the device | ||
+ | * **%DEVICE_IPADDR%**: the IP address of the device | ||
* **%EVENT_DESCR%**: the event description | * **%EVENT_DESCR%**: the event description | ||
* **%EVENT_STATUS%**: the event status name | * **%EVENT_STATUS%**: the event status name | ||
+ | * **%ELEMENT_TAGS%**: additional tags of the entity (or device if the threshold is related to a device) | ||
Line 18: | Line 28: | ||
When this field is 1 (true) will be raised an alarm when a loadbalanced service goes down. | When this field is 1 (true) will be raised an alarm when a loadbalanced service goes down. | ||
- | |||
== AUTOTHRESHOLD_LBPOOLMEMBER_STATUS == | == AUTOTHRESHOLD_LBPOOLMEMBER_STATUS == | ||
Line 28: | Line 37: | ||
When this field is 1 (true) will be raised an alarm when a server in a loadbalanced service goes down. | When this field is 1 (true) will be raised an alarm when a server in a loadbalanced service goes down. | ||
+ | |||
+ | == AUTOTHRESHOLD_OSPF_INTERFACE == | ||
+ | |||
+ | When this field is 1 (true) will be raised an alarm when an interface as the OSPF status Down or the status changes. | ||
+ | |||
+ | == AUTOTHRESHOLD_OSPF_NEIGHBOR == | ||
+ | |||
+ | When this field is 1 (true) will be raised an alarm when an OSPF neighbor as a Down state or the state changes. | ||
Line 34: | Line 51: | ||
Maximum number of events in a the api alarmMultiget request. If this field is 0 all events will be released in a single response. | Maximum number of events in a the api alarmMultiget request. If this field is 0 all events will be released in a single response. | ||
+ | |||
+ | == THRESHOLD_EMAIL_SUBJECT == | ||
+ | |||
+ | This field contains the string used as email subject when emails are sent for custom threshold. The default value is //**"NeMo: Device %DEVICE_NAME% Threshold"**//. These special keywords are also available: | ||
+ | * **%DEVICE_NAME%**: the name of the device | ||
+ | * **%EVENT_DESCR%**: the event description | ||
+ | * **%EVENT_STATUS%**: the event status name | ||
+ | * **%ELEMENT_TAGS%**: additional tags of the entity | ||
+ | |||
+ | |||
+ | == THRESHOLD_EMAIL_DEBUG == | ||
+ | |||
+ | When this field is 1 (true) additional info are inserted in the custom email body. | ||