Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated events or external commands #1074

Open
mohierf opened this issue Dec 31, 2018 · 0 comments
Open

Duplicated events or external commands #1074

mohierf opened this issue Dec 31, 2018 · 0 comments
Labels

Comments

@mohierf
Copy link
Contributor

mohierf commented Dec 31, 2018

When a global external command is notified, several log for this command may exist in the Alignak events log:

==> /var/log/alignak/alignak-events.log <==
[2018-12-31 12:52:29] INFO: EXTERNAL COMMAND: [1546257149] ENABLE_EVENT_HANDLERS
[2018-12-31 12:52:29] INFO: EXTERNAL COMMAND: [1546257149] ENABLE_EVENT_HANDLERS
[2018-12-31 12:52:29] INFO: EXTERNAL COMMAND: [1546257149] ENABLE_EVENT_HANDLERS
[2018-12-31 12:52:29] INFO: EXTERNAL COMMAND: [1546257149] ENABLE_EVENT_HANDLERS

This is because each running scheduler receives the external command and raise a log to inform that the command was applied.

Perharps adding the scheduler name in the log may be interesting ? Or trying to deduplicate the log?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant