Skip to main content
Version: 7 - Gugelhupf

Connection Analysis & Test bundle

Cloudomation contains functionality to gather information about remote systems and run common procedures on them.

Download

Download the bundle using the Bundle Manager.

Included resources

analysis-actions

Provides functionality to analyze remote systems, propose actions and schedule them.

analysis.rest

Fetch analysis data from a OpenAPI 3.0 json

analysis.sqlpg

Fetch analysis data from a PostgreSQL database

analysis.sqlpg.action.create-schema-monitoring-schedule

Create a schedule to watch for changes in the database schema

analysis.sqlpg.action.create-vacuum-full-schedule

Create a schedule to run VACUUM FULL in the PostgreSQL database

analysis.sqlpg.action.create-vacuum-schedule

Create a schedule to run VACUUM in the PostgreSQL database

analysis.sqlpg.action.handler.schema-monitoring

Notify Cloudomation users about changes of the database schema behind the connector

analysis.sqlpg.action.vacuum

Run VACUUM in the PostgreSQL database

analysis.sqlpg.action.vacuum-full

Run VACUUM FULL in the PostgreSQL database

analysis.ssh

Fetch analysis data from an OpenSSH server

analysis.ssh.action.create-diskspace-monitoring-schedule

Create a schedule to notify Cloudomation users about disk usage

analysis.ssh.action.handler.diskspace-monitoring

Notify Cloudomation users about disk usage of the system behind the connector