How to capture reboot alerts in SCOM 2016 for Unix servers

Dhruvika G 6 Reputation points
2021-02-01T11:01:04.747+00:00

Hi Team,

Please let me know how to capture reboot alerts in SCOM 2016 for Unix servers. For Windows servers, we monitor through event ID monitoring.

System Center Operations Manager
System Center Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
{count} votes

1 answer

Sort by: Most helpful
  1. AlexZhu-MSFT 6,596 Reputation points Moderator
    2021-02-02T07:27:30.907+00:00

    Hi,

    To achieve this, just want to show an alternative way. We may use a two state ShellCommand monitor, executing 'cat /proc/uptime | cut -d'.' -f1'. If the uptime is less than 30 minutes (here 1800 seconds) we generate an alert.

    This is the general steps for your reference.

    1, create a two-state monitor, and save it in unsealed MP

    2, name it and select the target

    3, provide the script path that already created in Linux

    4, configure the criteria (compare the current value with the threshold), unhealthy and healthy

    5, enable alerting and write the alert description if necessary

    62836-scom-linux-monitor-01.png

    Hope the above information helps.

    Regards,

    Alex Zhu


    If the response is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.