Skip to main content
Version: 8 - Apfelstrudel

Connection Analysis

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

Additionally, it contains functionality to test connections to external systems.

Release Notes:

2023-08-29 fix linter errors

2023-05-24 initial release

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

connection-test-flow.type-ftp

Test connection to FTP server by fetching stats

connection-test-flow.type-imap

Test connection to IMAP account by listing folders

connection-test-flow.type-msteams

Test connection to MSTEAMS channel by sending test message

connection-test-flow.type-mysql

Test connection to MYSQL server by executing a SELECT statement

connection-test-flow.type-openai

Test connection to OPENAI by prompting hello world

connection-test-flow.type-ps

Test connection to PS host by echoing test

connection-test-flow.type-rest

Test REST connection by requesting headers

connection-test-flow.type-scp

Test connection to SCP server by trying to download non existing file

connection-test-flow.type-smb

Test connection to SMB host by listing directory

connection-test-flow.type-smtp

Test connection to SMTP server by sending test email

connection-test-flow.type-sqlmssql

Test connection to SQLMSSQL server by executing a SELECT statement

connection-test-flow.type-sqloracle

Test connection to SQLORACLE server by executing a SELECT statement

connection-test-flow.type-sqlpg

Test connection to PostgreSQL server by executing a SELECT statement

connection-test-flow.type-ssh

Test connection to SSH host by echoing Hello World

connection-test-helper.create-message-form

Helper flow for creating message forms in the connection tests

test-actions