Notification: There are various ways to notify users for alert generation:
  • E-mail: To enable alert notifications via email. You can provide the email IDs of the intended recipients in the rule/action window.
  • SMS: To enable alert notifications via Short Message Service (SMS) on mobile. You can provide the mobile numbers of the intended recipients in the rule/action window.
  • SNMP: To enable alert notifications via Simple Network Management Protocol (SNMP). You can provide the SNMP settings in the rule/action window.
  • Extension: To enable alert notifications via extensions. You can select the configured extensions from the rule/action window, such as Big Panda, Cisco Spark, Microsoft Kaizala, Microsoft Teams, PagerDuty, Service Now, Slack, and other Cavisson Products.
Diagnostics: There are various ways for diagnostics of the alert generation:
  • Thread Dump: To take a snapshot of the state of all the threads of a Java process.
  • Heap Dump: To take a snapshot of all the objects that are in memory in the JVM at a certain moment.
  • TCP Dump: To take a snapshot of network traffic going through your system.
  • CPU Profiling: To take a snapshot of what functions consume what percent of CPU time.
  • Java Flight Recording: To allow Java administrators and developers to gather detailed low level information about how the Java Virtual Machine (JVM) and the Java application are behaving.
Remediation: These are actions like running some custom scripts to restart a server/instance upon consuming high CPU/Memory:
  • Run Script: To run a script or an .exe file on problematic nodes.