On Tuesday, January 14, 2014 5:05:34 AM UTC-6, Dick Davies wrote: > > Are you sure that 'service logstash status' is working properly? > That's what puppet is using to confirm > logstash is running. > >
Indeed, the debug output suggests that 'service logstash status' is *not*working as Puppet expects it to do. It shows puppet running that command (to determine whether logstash is running) and then not following up with anything. That shows that Service['logstash'] is indeed in the catalog, and that Puppet thinks it is already in the desired target state. On second reading I observe at least one strange thing about the initscript's 'status' command: it relies on a variable $PID that seems nowhere initialized. I can't immediately explain why that would lead to the observed behavior, but it's certainly erroneous. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/c05c01f8-4cda-4609-95c7-66eaad3ae95e%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
