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

Fix #19206: Missing cron task for application of monitoring templates #367

Closed
wants to merge 1 commit into from

Conversation

juhnny5
Copy link

@juhnny5 juhnny5 commented Apr 30, 2021

No description provided.

@juhnny5 juhnny5 requested a review from amousset April 30, 2021 08:17
echo "0 * * * * /opt/rudder/bin/zabbix-plugin.py update " > /etc/cron.d/zabbix-rudder

# create cron file
if [ ! -f "${CRONFILE}"]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably replace it, I don't know why this test. Do you know @peckpeck?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was to avoid changing user modified cron, in some case it is probably better to replace it

@peckpeck
Copy link
Member

PR replaced by #716

@peckpeck peckpeck closed this May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants