Ben Abrams
Ben Abrams
This is probably the closest: https://github.com/djberg96/sys-proctable I have not really looked through it enough to know really what things are missing.
> Another thing disturbing with plugins than use "python", the need to install the python dependencies manually. Agreed, I have considered having a ruby extension that would be used to...
Hmm that is indeed strange, when I have the time I will try to replicate in my environment. I never really considered using sensu to monitor the sensu process as...
Hmm this is what I show in my environment and I can't explain it, I will look through the code when I have some time. This is what I got...
I was missing the `p` after the `-` so it was returning matching all processes! which basically matches: ``` babrams@ip-10-55-141-110:~$ ps -Al | wc -l 122 ```
No, I honestly have not really thought about it much as it is such a limited use case to have sensu check if sensu is running. Without using TTLs there...
I agree its a bug but I don't see much value in fixing this bug. By the very nature of this check and how sensu works if the `sensu-client` process...
I have pinged the other maintainers as well for another set of :eyes: as maybe they will have a different perspective than I do.
@jaredledvina good call, these options might help but again this gives you no real value without adding a TTL check and I would suggest using the keepalive instead as that...
> The sane philosophy for this would be using another tool, for example as simple as cron. to monitor the monitoring tool like sensu-client. It's weird to have a monitoring...