Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Feb 21, 2018 · 1 revision

tol-02-scom-monitoring-installed (Enabled)

Check relevant monitoring tool agent is installed and that the correct port is open to the management server.


Input Values

  • ProductNames - "LIST" - SCOM agent product names to search for

Example

ProductNames = @('Microsoft Monitoring Agent', 'System Center Operations Manager', 'Operations Manager Agent')

Input Descriptions

  • None

Result And Messages

  • PASS
    {product} found, Port {port} open to {server}

  • WARNING

  • FAIL
    Monitoring software not found, install required {product} found, agent not configured with port and/or servername {product} found, port {port} not open to {server}

  • MANUAL

  • NA


Applies To

  • All Servers

Required Functions

  • Check-IsPortOpen
  • Check-Software
Clone this wiki locally