<div dir="ltr">Hello,<div><br></div><div>I have issue config Collectd Apache plugin for Apache running on https with status page</div><div><a href="https://localhost/server-status">https://localhost/server-status</a></div>
<div><br></div><div>Here is my collectd config part for Apache plugin</div><div><br></div><div><div>LoadPlugin apache</div><div><Plugin "apache"></div><div>  <Instance "default"></div><div>
    URL "<a href="https://localhost/server-status?auto">https://localhost/server-status?auto</a>"</div><div>    #User "www-user"</div><div>    #Password "secret"</div><div>    VerifyPeer false</div>
<div>    VerifyHost false</div><div>    # CACert "/etc/ssl/certs/ssl-cert-snakeoil.pem"</div><div>    #Server "apache"</div><div>  </Instance></div><div></Plugin></div></div><div><br></div>
<div>Collectd can't access Apache server-status page, there are no logs for apache, while it still produce logs for CPU, mem, ...</div><div><br></div><div>I tested fetching status page with curl successfully by command </div>
<div><br></div><div>curl -k <a href="https://localhost/server-status">https://localhost/server-status</a></div><div><div>Total Accesses: 2<br></div><div>Total kBytes: 5</div><div>CPULoad: .00501855</div><div>Uptime: 4583</div>
<div>ReqPerSec: .000436395</div><div>BytesPerSec: 1.11717</div><div>BytesPerReq: 2560</div><div>BusyWorkers: 2</div></div><div><br></div><div>What is wrong with my collectd config?</div><div>is -k option in curl equivalent to VerifyPeer false in collectd-apach config?</div>
<div><br></div><div>Thanks,</div><div>Tien</div><div><br></div></div>