Not that it is related to puppet but you should check their wiki for example proper init scripts. I can remember there were systemd, upstart and normal systemv scripts for logstash. Also is there a reason why you are not using the official module. It suits our needs more than good and it is always up to date with different plugins.
-- Nikola On Tue, Jan 14, 2014 at 06:17:05AM -0800, jcbollinger wrote: > > > 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. -- 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/20140114144523.GD3682%40nikolavp-desktop. For more options, visit https://groups.google.com/groups/opt_out.
