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

Latest commit

 

History

History
30 lines (17 loc) · 810 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 810 Bytes

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.