I went through the steps to configure the Apache plugin. I did the debug step and the plugin was doing this:
ERR apache/apache.go:85 ‘http://[::1]:80/server-status?auto’ returned HTTP status code: 403 collector=apache job=local
which makes no sense with the config explicitly using 127.0.0.1. Whatever, I added ::1 to the mod_status.conf and restarted apache and now it all works and the debug shows lots of data.
But on netdata itself, I see no Apache? I mean, it shows up in CPU/memory etc, but there’s no specific “apache” module or anything. So, what am I missing?