Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

centreon/centreon-gorgone

Repository files navigation

Centreon Gorgone

Centreon Gorgone and his "gorgoned" daemon is a lightweight, distributed, modular tasks handler.

It provides a set of actions like:

  • Execute commands
  • Send files/directories,
  • Schedule cron-like tasks,
  • Push or execute tasks through SSH.

The daemon can be installed on Centreon environments like Centreon Central, Remote and Poller servers.

It uses ZeroMQ library.

To install it follow the Getting started documentation.

To understand the main principles of Gorgone protocol, follow the guide.

Modules

The Centreon Gorgone project encloses several built-in modules.

See the full list here.

API

The HTTP server module exposes a RestAPI.

See how to use it here.