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
On RHEL 7 (only OS tested thus far) when using sensu enterprise 2.5.3-1 if the service is stopped puppet will not attempt to restart it, if it is manually started it starts just fine, then on the following puppet run puppet attempts to start the service.
We set in hiera:
enterprise: true
manage_services: true
[root@plxlb-sensu03 USER]# service sensu-enterprise status
sensu-enterprise is not running
[root@plxlb-sensu03 USER]#
[root@plxlb-sensu03 USER]#
[root@plxlb-sensu03 USER]# puppet agent -t
Notice: Local environment: 'production' doesn't match server specified node environment 'lab', switching agent to 'lab'.
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for plxlb-sensu03.DOMAIN.lan
Info: Applying configuration version '1495462552'
Notice: Applied catalog in 54.28 seconds
[root@plxlb-sensu03 USER]#
[root@plxlb-sensu03 USER]#
[root@plxlb-sensu03 USER]# service sensu-enterprise status
sensu-enterprise is not running
[root@plxlb-sensu03 USER]# service sensu-enterprise start
sensu-enterprise started.
[root@plxlb-sensu03 USER]#
[root@plxlb-sensu03 USER]#
[root@plxlb-sensu03 USER]# puppet agent -t
Notice: Local environment: 'production' doesn't match server specified node environment 'lab', switching agent to 'lab'.
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for plxlb-sensu03.DOMAIN.lan
Info: Applying configuration version '1495462552'
Notice: /Stage[main]/Sensu::Enterprise::Service/Service[sensu-enterprise]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Sensu::Enterprise::Service/Service[sensu-enterprise]: Unscheduling refresh on Service[sensu-enterprise]
Notice: Applied catalog in 36.92 seconds
[root@plxlb-sensu03 USER]#
The text was updated successfully, but these errors were encountered:
Hi,
On RHEL 7 (only OS tested thus far) when using sensu enterprise 2.5.3-1 if the service is stopped puppet will not attempt to restart it, if it is manually started it starts just fine, then on the following puppet run puppet attempts to start the service.
We set in hiera:
The text was updated successfully, but these errors were encountered: