You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the client_config and subscriptions are properly set (the json is written), puppet always re-writes it in every run.
Those providers also notify the sensu-client so it will restart. That leads to endless restarting if you have puppet running with noop = false every minute.
If you run puppet every minute with noop = false then all checks with interval < 60 will never get checked because sensu-client restarts before even one check is getting executed.
Notice: /Stage[main]/Sensu::Client::Config/Sensu_client_config[$client_name]/ensure: created
The text was updated successfully, but these errors were encountered:
Even though the client_config and subscriptions are properly set (the json is written), puppet always re-writes it in every run.
Those providers also notify the sensu-client so it will restart. That leads to endless restarting if you have puppet running with noop = false every minute.
If you run puppet every minute with noop = false then all checks with interval < 60 will never get checked because sensu-client restarts before even one check is getting executed.
The text was updated successfully, but these errors were encountered: