Shivam Shukla
Shivam Shukla
ossec 2.9.3. When I do `ps -ef|grep ossec` then I can see ossec running but systemctl keep on failing which is an issue. So my ansible scripts are dying due...
But if I want to register agents automatically without user involvement then I suppose authd is the solution.
So if I understand correctly ossec-authd is getting started correctly but it is not generating any pid file due to which systemd is failing as it cannot find any pid...
From more debugging I understand that ossec-authd is creating pid file in `/var/ossec/var/run/` while systemctl is searching for it in `/var/run` thus failing.
@ddpbsd This line present in the init script for `ossec-hids-authd` is causing the issue `# pidfile: /var/run/ossec-authd.pid` This makes systemd to think that pid file is present here, please remove...
Hi, If I implement `PodAndContainerStatsFromCRI` feature gate, will it be enough for kubelet to scrape these metrics from CRI directly?