Page tree

Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Infrastructure Management generates alarms when the set threshold of percentage of devices, monitored instances, attributes, or events is reached. You can set the upper limit and lower limit for these thresholds. The limits are based on the size of the environment: small, medium or large.

You can set the intervals to check the environment deployment. Based on the environment, you can modify the pronet.conf file to set the alarm. The MaxHeap property value from the following .conf files determines the environment type:

  • pnrate.conf
  • pnjserver.conf
  • pnagentcntl.conf

To enable or disable self-monitoring for devices, monitored instances, attributes, and events, add the following properties in the pronet.conf file:

  • pronet.deployment.selfmonitor.feature.enable=true
    Modify this property to enable or disable the self-monitoring feature. It is enabled by default.
  • pronet.deployment.selfmonitor.checkinterval=720
    Modify this property to set the interval at which the environment is checked. 
  • pronet.deployment.selfmonitor.device=true
    Modify this property to enable self-monitoring for devices. It is enabled by default.
  • pronet.deployment.selfmonitor.instance=true
    Modify this property to enable self-monitoring for monitored instances. It is enabled by default.
  • pronet.deployment.selfmonitor.attribute=true
    Modify this property to enable self-monitoring for attributes.
    It is enabled by default.
  • pronet.deployment.selfmonitor.event=true
    Modify this property to enable self-monitoring for events.  
    It is enabled by default.

To set minimum and maximum threshold limits, modify the following properties files:

  1. For devices
    • pronet.deployment.selfmonitor.device.threshold.min=50
      This property sets the minimum percentage threshold.
    • pronet.deployment.selfmonitor.device.threshold.max=90
       
      This property sets the maximum percentage threshold.
  2. For monitored instances
    • pronet.deployment.selfmonitor.instance.threshold.min=50
      This property sets the minimum percentage threshold.
    • pronet.deployment.selfmonitor.instance.threshold.max=90
      This property sets the maximum percentage threshold.
  3. For attributes
    • pronet.deployment.selfmonitor.attribute.threshold.min=50
      This property sets the minimum percentage threshold.
    • pronet.deployment.selfmonitor.attribute.threshold.max=90
      This property sets the maximum percentage threshold.
  4. For events
    • pronet.deployment.selfmonitor.event.threshold.min=50
      This property sets the minimum percentage threshold.
    • pronet.deployment.selfmonitor.event.threshold.max=90
      This property sets the maximum percentage threshold.

It is enabled by default.

  • No labels

2 Comments

  1.  

  2.