afterAll (Section)

Under the afterAll section, define the sources to be executed after all monitoring jobs to properly finalize monitoring processes (closing sessions, cleaning up temporary resources, or any other post-monitoring task).

Format

connector:
  # ...

afterAll:
 <sourceName>: # <object>

Each source declared under afterAll must follow the format described on its dedicated page in the Sources Section[1].

No results.