System Notifications

Disk Notification

The Disk Notification notifies you of the total disk usage by Logpoint file systems. When there is a new notification, the navigation bar displays an alert. Click the Notification icon to open Notification Center.

../_images/LP_SysNotif_Notif_1.png

Disk Notification

Notifications have one of two severity levels:

  • Notification with critical severity when the disk usage reaches 80% of its allocated space.

  • Notification with alert severity when the disk usage reaches 90% of its allocated space.

A Logpoint administrator can configure these values to generate notifications at any threshold. Similarly, manually configured notifications also do not include severity.

Note

  • If you configured disk notification before upgrading to Logpoint v6.8.0, Logpoint adds and generates the default two severity level notifications. Pre-existing notifications and notifications configured prior to Logpoint v6.8.0 do not include severity level.

  • The Disk, CPU, and Memory Notifications use a common SSH Certificate.

Generating a Disk Usage Notification

  1. Go to Settings >> System Settings from the navigation bar and click Plugins.

  2. Search for Disk Notification.

../_images/LP_SysNotif_Disk_Manage.png

Disk Notification

  1. Click Manage.

    A Disk Alert notification is configured by default. This can be de-activated or deleted by an admin user.

../_images/LP_SysNotif_Disk_Add.png

Disk Notification Panel

  1. Click Add.

../_images/LP_SysNotif_Disk_AddPanel.png

Adding a Disk Notification

  1. Provide the threshold Percent.

    Once the threshold is reached, a notification is triggered.

  2. Provide the Title and Message.

  3. Optional: Specify a system Command that needs to be initiated when the threshold is reached. Make sure that the command is a valid bash command and is executable.

    The following Bash command checks for free disk space at /dev/sda and also cleans up cached packages at that location:

    df - Th/dev/sda
    
    sudo apt-get clean
    
  4. Provide the address of the remote Server and the Port number.

  5. Select a mode of Authentication.

    • If you choose Password, provide a Password.

    • If you choose SSH Certificate, an SSH Certificate is automatically generated.

    The password or the SSH certificate key are required for user validation while accessing the remote server. Make sure you note them.

  6. Click Submit.

CPU Notification

  1. Go to Settings >> System Settings from the navigation bar and click Plugins.

  2. Search for CPU Notification.

../_images/LP_SysNotif_CPU_Manage.png

CPU Notification

  1. Click Manage for the CPU Notification plugin.

  2. Click Add.

../_images/LP_SysNotif_CPU_Add.png

CPU Notification Panel

  1. Provide the threshold Percent for the CPU usage. Once the threshold is reached, a notification is triggered.

../_images/LP_SysNotif_CPU_AddPanel.png

Adding a CPU Notification

  1. Provide the Title and Message of the CPU notification.

  2. Specify a system Command that needs to be initiated when the threshold is reached. Make sure that the command is a valid bash command and is executable. Providing a Command is optional.

    The following command checks for any files greater than 50MB and lists them in the terminal:

    sudo find / -type f -size +50M -exec ls -lh {} \;
    
  3. Provide the address of the remote Server and the Port number.

  4. Select a mode of Authentication.

    • If you choose Password, provide a Password.

    • If you choose SSH Certificate, an SSH Certificate is automatically generated.

    Please note the password or the SSH certificate key as they are required for user validation while accessing the remote server.

  5. Click Submit.

Memory Notification

You can configure the Memory usage notification with this option.

  1. Go to Settings >> System Settings from the navigation bar and click Plugins.

  2. Search for Memory Notification.

../_images/LP_SysNotif_Mem_Manage.png

Memory Notification

  1. Click Manage for the Memory Notification plugin.

  2. Click Add.

../_images/LP_SysNotif_Mem_Add.png

Memory Notification

  1. Provide the threshold Percent for the memory usage. Once the threshold is reached, a notification is triggered.

../_images/LP_SysNotif_Mem_AddPanel.png

Memory Notification

  1. Provide the Title and Message of the Memory notification.

  2. Specify a system Command that needs to be initiated when the threshold is reached. Make sure that the command is a valid bash command and is executable. Providing a Command is optional.

    The following command clears all the PageCaches in the RAM:

    # sync; echo 1 > /proc/sys/vm/drop_caches
    
  3. Provide the address of the remote Server and the Port number.

  4. Select a mode of Authentication.

    • If you choose Password, provide a Password.

    • If you choose SSH Certificate, an SSH Certificate is automatically generated.

    Please note the password or the SSH certificate key as they are required for user validation while accessing the remote server.

  5. Click Submit.

../_images/LP_SysNotif_Notif_2.png

Notification Center


Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support