Sources

Documentation under construction...

A source defines how to query the monitored system to retrieve the required data and metrics.

Configure sources under:

  • the beforeAll[1] section to execute them before any monitoring job
  • the afterAll[2] section to execute them after all monitoring jobs
  • the monitors[3] section to execute them as part of a monitoring job workflow.

Format

connector:
  # ...
beforeAll: # <object>
  <sourceKey>: # <source-object>

monitors:
  <monitorType>: # <object>
    <job>: # <object>
      sources: # <object>
        <sourceKey>: # <source-object>

afterAll: # <object>
  <sourceKey>: # <source-object>

Each source must define a set of computes, as described in the Computes Section[4].

No results.