Hello, We have some servers that we want to monitor the website (on https) as well as collect the apache performance statistics in the apache graphs in the trends column. The server-status is using SSL. Below is an example of the hosts.cfg entry:
0.0.0.0 examplehost.edu # https://example.edu ssldays=30:15 apache=https://example.edu/server-status?auto TRENDS:*,apache:apache|apache1|apache2|apache3,netstat:netstat0|netstat1|netstat2|netstat3,vmstat:vmstat1|vmstat3
The sslcert column is showing two entries, one for the website, and one for the server-status site. Is this expected because server-status is using SSL? Is there a way to remove the duplicate sslcert entry for https://example.syr.edu/server-status?auto" and only show the once entry? Below is an abbreviated example of the sslcert page:
SSL certificate for https://example.edu/server-status?auto expires in 525 days Server certificate:{stuff removed} Available ciphers: {stuff removed}
SSL certificate for https://example.edu/ expires in 525 days Server certificate: {stuff removed} Available ciphers: {stuff removed}
Thank you! Nicole