Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

fix(conf): add broker stat to remote conf #8505

Merged
merged 1 commit into from
Apr 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions www/include/configuration/configServers/popup/remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,19 @@ gorgone:
package: gorgone::modules::centreon::engine::hooks
enable: true
command_file: "__COMMAND__"

- name: statistics
package: "gorgone::modules::centreon::statistics::hooks"
enable: true
broker_cache_dir: "/var/cache/centreon/broker-stats/"
cron:
- id: broker_stats
timespec: "*/5 * * * *"
action: BROKERSTATS
parameters:
timeout: 10
- id: engine_stats
timespec: "*/5 * * * *"
action: ENGINESTATS
parameters:
timeout: 10