System Notifications

System Notification notifies you of Disk, CPU, and Memory usage of Logpoint. 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

Notification

These notifications are configured from Settings >> System Settings >> System Monitor >> Dashboard.

../_images/LP_SysMonitoringDashboard.png

System Monitoring Dashboard

Disk Usage Notification

Two notifications are setup and activated in Logpoint out-of-the-box. You are notified when the total disk usage reaches 80% and 90%. The values can be configured to trigger the notification at any threshold. To create more disk usage notifications, go to Configure Custom Disk Usage Notification.

../_images/LP_SysNotif_Notif_80-90.png

Default Disk Notifications

You also get a pop-up notification when your disk usage is greater than 80%. This pop-up is displayed even when there are no disk notifications configured.

../_images/LP_SysNotif_Notif_80.png

Disk Alert

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.

Configure Custom Disk Usage Notification

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

  2. Select Dashboard.

  3. In Disk Usage, Click Add.

../_images/LP_SysNotif_Disk_AddPanel.png

Adding a Disk Notification

  1. Enter the Percent of total disk space used that triggers a notification, or at what threshold you want to be notified.

  2. Enter the Title and Message you want the notification to have.

  3. If you want to initiate a command at the same time the notification is sent, specify a system Command. The command should be an executable bash command. Providing a Command is optional.

    For Example: 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. Enter the address of the remote Server and the Port number.

  5. Select the Authentication type of the remote Server.

    • If you choose Password, enter 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 are able to remember them.

  6. Click Submit.

When the notification is triggered, the notification is displayed in the notification center.

../_images/LP_SysNotif_Notif_2.png

Notification Center

CPU Usage Notification

There are no CPU usage notification setup and activated in Logpoint out-of-the-box. To configure CPU usage notification:

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

  2. Select Dashboard.

  3. In CPU Usage, click Add.

../_images/LP_SysNotif_CPU_Add.png

CPU Notification

  1. Enter the Percent of total disk space used that triggers a notification, or at what threshold you want to be notified.

../_images/LP_SysNotif_CPU_AddPanel.png

Adding a CPU Notification

  1. Enter the Title and Message you want the notification to have.

  2. If you want to initiate a command at the same time the notification is sent, specify a system Command. The command should be an executable bash command. Providing a Command is optional.

    For Example: 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. Enter the address of the remote Server and the Port number.

  4. Select the Authentication type of the remote Server.

    • If you choose Password, enter 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 are able to remember them.

  5. Click Submit.

Memory Usage Notification

There are no Memory usage notification setup and activated in Logpoint out-of-the-box. To configure Memory usage notification:

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

  2. Select Dashboard.

  3. In Memory Usage, Click Add.

../_images/LP_SysNotif_Mem_Add.png

Memory Notification

  1. Enter the Percent of total disk space used that triggers a notification, or at what threshold you want to be notified.

../_images/LP_SysNotif_Mem_AddPanel.png

Memory Notification

  1. Enter the Title and Message you want the notification to have.

  2. If you want to initiate a command at the same time the notification is sent, specify a system Command. The command should be an executable bash command. Providing a Command is optional.

    For Example: The following command clears all the PageCaches in the RAM:

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

  4. Select the Authentication type of the remote Server.

    • If you choose Password, enter 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 are able to remember them.

  5. Click Submit.


Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support