Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Feb 12, 2017 · 4 revisions

com-02-scom-monitoring-installed

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


Input Values

  • ProductNames - List of possible names for the SCOM tool

Example

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


Result And Messages

  • PASS
    {name} found, Port {port} open to {server}
  • WARNING
  • FAIL
    Monitoring software not found, install required
    {name} found, Agent not configured with port and/or servername
    {name} found, Port {port} not open to {server}
  • MANUAL
  • NA

Applies To

  • All Servers
Clone this wiki locally