Ben Abrams
Ben Abrams
Could someone give me the output of: `systemctl show -p MainPID collector.service` I am wondering if there are multiple processes being launched and systemd is confused as to which one...
Hmm if you can hit me up in the sumo community slack maybe we can do some more interactive troubleshooting. I will be available after noon pacific time today.
I am not using sumologic at my current job but you can work around it by specifying the init style via an attribute: https://github.com/SumoLogic/sumologic-collector-chef-cookbook/pull/145
@mbigras interesting I will ping some folks at sumologic to see about them patching their systemd unit file in their packages and documentation.
That is strange, is it the same error as reported? Also can you run: ``` sudo systemctl show -p MainPID collector.service ``` If you get a: ``` MainPID=0 ``` Then...
> any updates with Amazon linux 2 issue? i have faced with the same case ? I do not, I do not run amazon 2 linux. I suspect that in...
As per the link: http://bit.ly/sensu-plugin check out extension filtering and do not use the deprecated event filtering.
I think the website doc needs to be updated as it still talks about the deprecated filters, @cwjohnston whos the best person to update those?
That sounds like a reasonable feature, I am more than happy to review when someone decides to implement this.
That is odd, it should have been pulled in as a dependency when it installed as it is part of the runtime dependencies [here](https://github.com/sensu-plugins/sensu-plugins-mailer/blob/2.0.0/sensu-plugins-mailer.gemspec#L31) how did you install the plugin?