Hi, I have a throuble with Apache Modstatus sensor. It's seems work well, but all channels with zero value. The objetive server have installed Apache Tomcat/8.5.38

URL: http://:8080/manager/status

There is some restriction on Apache version?

example of HTTP stream:

GET /manager/status/server-status?auto HTTP/1.1
sensorid: 4857
Cookie: UserCulture=en-US
Host: 10.*.*.*:8080
Accept: text/html, */*
Accept-Encoding: identity
User-Agent: Mozilla/5.0 (compatible; PRTG Network Monitor (www.paessler.com); Windows)

HTTP/1.1 401 Unauthorized
Server: Apache-Coyote/1.1
Cache-Control: private
Expires: Wed, 31 Dec 1969 21:00:00 ART
WWW-Authenticate: Basic realm="Tomcat Manager Application"
Content-Type: text/html;charset=ISO-8859-1
Content-Length: 2536
Date: Wed, 27 Feb 2019 13:24:51 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
 <head>
  <title>401 Unauthorized</title>
  <style type="text/css">
    <!--
    BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;font-size:12px;}
    H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
    PRE, TT {border: 1px dotted #525D76}
    A {color : black;}A.name {color : black;}
    -->
  </style>
 </head>
 <body>
   <h1>401 Unauthorized</h1>
   <p>
    You are not authorized to view this page. If you have not changed
    any configuration files, please examine the file
    <tt>conf/tomcat-users.xml</tt> in your installation. That
    file must contain the credentials to let you use this webapp.
   </p>
   <p>
    For example, to add the <tt>manager-gui</tt> role to a user named
    <tt>tomcat</tt> with a password of <tt>s3cret</tt>, add the following to the
    config file listed above.
   </p>
<pre>
&lt;role rolename="manager-gui"/&gt;
&lt;user username="tomcat" password="s3cret" roles="manager-gui"/&gt;
</pre>
   <p>
    Note that for Tomcat 7 onwards, the roles required to use the manager
    application were changed from the single <tt>manager</tt> role to the
    following four roles. You will need to assign the role(s) required for
    the functionality you wish to access.
   </p>
    <ul>
      <li><tt>manager-gui</tt> - allows access to the HTML GUI and the status
          pages</li>
      <li><tt>manager-script</tt> - allows access to the text interface and the
          status pages</li>
      <li><tt>manager-jmx</tt> - allows access to the JMX proxy and the status
          pages</li>
      <li><tt>manager-status</tt> - allows access to the status pages only</li>
    </ul>
   <p>
    The HTML interface is protected against CSRF but the text and JMX interfaces
    are not. To maintain the CSRF protection:
   </p>
   <ul>
    <li>Users with the <tt>manager-gui</tt> role should not be granted either
        the <tt>manager-script</tt> or <tt>manager-jmx</tt> roles.</li>
    <li>If the text or jmx interfaces are accessed through a browser (e.g. for
        testing since these interfaces are intended for tools not humans) then
        the browser must be closed afterwards to terminate the session.</li>
   </ul>
   <p>
    For more information - please see the
    <a href="/docs/manager-howto.html">Manager App HOW-TO</a>.
   </p>
 </body>

</html>
GET /manager/status/server-status?auto HTTP/1.1
sensorid: 4857
Cookie: UserCulture=en-US
Host: 10.*.*.*:8080
Accept: text/html, */*
Accept-Encoding: identity
User-Agent: Mozilla/5.0 (compatible; PRTG Network Monitor (www.paessler.com); Windows)
Authorization: Basic *****

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Cache-Control: private
Expires: Wed, 31 Dec 1969 21:00:00 ART
Content-Type: text/html;charset=utf-8
Transfer-Encoding: chunked
Date: Wed, 27 Feb 2019 13:24:51 GMT

<html>
<head>
<style>
H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}
  table {
    width: 100%;
  }
  td.page-title {
    text-align: center;
    vertical-align: top;
    font-family:sans-serif,Tahoma,Arial;
    font-weight: bold;
    background: white;
    color: black;
  }
  td.title {
    text-align: left;
    vertical-align: top;
    font-family:sans-serif,Tahoma,Arial;
    font-style:italic;
    font-weight: bold;
    background: #D2A41C;
  }
  td.header-left {
    text-align: left;
    vertical-align: top;
    font-family:sans-serif,Tahoma,Arial;
    font-weight: bold;
    background: #FFDC75;
  }
  td.header-center {
    text-align: center;
    vertical-align: top;
    font-family:sans-serif,Tahoma,Arial;
    font-weight: bold;
    background: #FFDC75;
  }
  td.row-left {
    text-align: left;
    vertical-align: middle;
    font-family:sans-serif,Tahoma,Arial;
    color: black;
  }
  td.row-center {
    text-align: center;
    vertical-align: middle;
    font-family:sans-serif,Tahoma,Arial;
    color: black;
  }
  td.row-right {
    text-align: right;
    vertical-align: middle;
    font-family:sans-serif,Tahoma,Arial;
    color: black;
  }
  TH {
    text-align: center;
    vertical-align: top;
    font-family:sans-serif,Tahoma,Arial;
    font-weight: bold;
    background: #FFDC75;
  }
  TD {
    text-align: center;
    vertical-align: middle;
    font-family:sans-serif,Tahoma,Arial;
    color: black;
  }
  form {
    margin: 1;
  }
  form.inline {
    display: inline;
  }
</style>
<title>/manager</title>
</head>

<body bgcolor="#FFFFFF">

<table cellspacing="4" border="0">
 <tr>
  <td colspan="2">
   <a href="http://www.apache.org/">
    <img border="0" alt="The Apache Software Foundation" align="left"
         src="/manager/images/asf-logo.gif">
   </a>
   <a href="http://tomcat.apache.org/">
    <img border="0" alt="The Tomcat Servlet/JSP Container"
         align="right" src="/manager/images/tomcat.gif">
   </a>
  </td>
 </tr>
</table>
<hr size="1" noshade="noshade">
<table cellspacing="4" border="0">
 <tr>
  <td class="page-title" bordercolor="#000000" align="left" nowrap>
   <font size="+2">Server Status</font>
  </td>
 </tr>
</table>
<br>

<table border="1" cellspacing="0" cellpadding="3">
<tr>
 <td colspan="4" class="title">Manager</td>
</tr>
 <tr>
  <td class="row-left"><a href="/manager/html/list">List Applications</a></td>
  <td class="row-center"><a href="/manager/../docs/html-manager-howto.html">HTML Manager Help</a></td>
  <td class="row-center"><a href="/manager/../docs/manager-howto.html">Manager Help</a></td>
  <td class="row-right"><a href="/manager/status/all">Complete Server Status</a></td>
 </tr>
</table>
<br>

<table border="1" cellspacing="0" cellpadding="3">
<tr>
 <td colspan="8" class="title">Server Information</td>
</tr>
<tr>
 <td class="header-center"><small>Tomcat Version</small></td>
 <td class="header-center"><small>JVM Version</small></td>
 <td class="header-center"><small>JVM Vendor</small></td>
 <td class="header-center"><small>OS Name</small></td>
 <td class="header-center"><small>OS Version</small></td>
 <td class="header-center"><small>OS Architecture</small></td>
 <td class="header-center"><small>Hostname</small></td>
 <td class="header-center"><small>IP Address</small></td>
</tr>
<tr>
 <td class="row-center"><small>Apache Tomcat/8.0.35</small></td>
 <td class="row-center"><small>1.8.0_77-b03</small></td>
 <td class="row-center"><small>Oracle Corporation</small></td>
 <td class="row-center"><small>Windows Server 2012</small></td>
 <td class="row-center"><small>6.2</small></td>
 <td class="row-center"><small>amd64</small></td>
 <td class="row-center"><small>VIACC024</small></td>
 <td class="row-center"><small>10.167.154.157</small></td>
</tr>
</table>
<br>

<h1>JVM</h1><p> Free memory: 21.17 MB Total memory: 192.50 MB Max memory: 228.00 MB</p><table border="0"><thead><tr><th>Memory Pool</th><th>Type</th><th>Initial</th><th>Total</th><th>Maximum</th><th>Used</th></tr></thead><tbody><tr><td>PS Eden Space</td><td>Heap memory</td><td>32.50 MB</td><td>40.50 MB</td><td>83.00 MB</td><td>22.22 MB (26%)</td></tr><tr><td>PS Old Gen</td><td>Heap memory</td><td>85.50 MB</td><td>151.00 MB</td><td>171.00 MB</td><td>148.69 MB (86%)</td></tr><tr><td>PS Survivor Space</td><td>Heap memory</td><td>5.00 MB</td><td>1.00 MB</td><td>1.00 MB</td><td>0.40 MB (40%)</td></tr><tr><td>Code Cache</td><td>Non-heap memory</td><td>2.43 MB</td><td>66.50 MB</td><td>240.00 MB</td><td>65.55 MB (27%)</td></tr><tr><td>Compressed Class Space</td><td>Non-heap memory</td><td>0.00 MB</td><td>6.00 MB</td><td>1024.00 MB</td><td>4.66 MB (0%)</td></tr><tr><td>Metaspace</td><td>Non-heap memory</td><td>0.00 MB</td><td>53.75 MB</td><td>-0.00 MB</td><td>48.61 MB</td></tr></tbody></table><h1>"ajp-nio-8009"</h1><p> Max threads: 200 Current thread count: 0 Current thread busy: 0 Keeped alive sockets count: 0<br> Max processing time: 0 ms Processing time: 0.0 s Request count: 0 Error count: 0 Bytes received: 0.00 MB Bytes sent: 0.00 MB</p><table border="0"><tr><th>Stage</th><th>Time</th><th>B Sent</th><th>B Recv</th><th>Client (Forwarded)</th><th>Client (Actual)</th><th>VHost</th><th>Request</th></tr></table><p>P: Parse and prepare request S: Service F: Finishing R: Ready K: Keepalive</p><h1>"http-nio-8080"</h1><p> Max threads: 200 Current thread count: 26 Current thread busy: 5 Keeped alive sockets count: 2<br> Max processing time: 90034 ms Processing time: 1482296.8 s Request count: 46082468 Error count: 7437 Bytes received: 8235.82 MB Bytes sent: 21603.14 MB</p><table border="0"><tr><th>Stage</th><th>Time</th><th>B Sent</th><th>B Recv</th><th>Client (Forwarded)</th><th>Client (Actual)</th><th>VHost</th><th>Request</th></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>S</strong></td><td>2652 ms</td><td>0 KB</td><td>2 KB</td><td>10.167.154.22</td><td>10.167.154.22</td><td nowrap>was</td><td nowrap class="row-left">POST /TEAR_SBD_CheckImei/include/getWebServiceData.jsp HTTP/1.0</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>S</strong></td><td>0 ms</td><td>0 KB</td><td>0 KB</td><td>10.167.154.199</td><td>10.167.154.199</td><td nowrap>10.167.154.157</td><td nowrap class="row-left">GET /manager/status/server-status?auto HTTP/1.1</td></tr><tr><td><strong>S</strong></td><td>234 ms</td><td>0 KB</td><td>2 KB</td><td>10.167.154.22</td><td>10.167.154.22</td><td nowrap>was</td><td nowrap class="row-left">POST /TEAR_SBD_CheckImei/include/getWebServiceData.jsp HTTP/1.0</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>S</strong></td><td>452 ms</td><td>0 KB</td><td>1 KB</td><td>10.167.154.22</td><td>10.167.154.22</td><td nowrap>was</td><td nowrap class="row-left">POST /TEAR_SBD_Tior/include/getWebServiceData.jsp HTTP/1.0</td></tr><tr><td><strong>S</strong></td><td>2636 ms</td><td>0 KB</td><td>3 KB</td><td>10.167.154.22</td><td>10.167.154.22</td><td nowrap>was</td><td nowrap class="row-left">POST /TEAR_SBD_RecargaEsponsoreada/include/getWebServiceData.jsp HTTP/1.0</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr></table><p>P: Parse and prepare request S: Service F: Finishing R: Ready K: Keepalive</p><hr size="1" noshade="noshade">
<center><font size="-1" color="#525D76">
 <em>Copyright &copy; 1999-2016, Apache Software Foundation</em></font></center>

</body>
</html>GET /manager/status/server-status?auto HTTP/1.1
sensorid: 4857
Cookie: UserCulture=en-US
Host: 10.*.*.*:8080
Accept: text/html, */*
Accept-Encoding: identity
User-Agent: Mozilla/5.0 (compatible; PRTG Network Monitor (www.paessler.com); Windows)

HTTP/1.1 401 Unauthorized
Server: Apache-Coyote/1.1
Cache-Control: private
Expires: Wed, 31 Dec 1969 21:00:00 ART
WWW-Authenticate: Basic realm="Tomcat Manager Application"
Content-Type: text/html;charset=ISO-8859-1
Content-Length: 2536
Date: Wed, 27 Feb 2019 13:24:51 GMT

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
 <head>
  <title>401 Unauthorized</title>
  <style type="text/css">
    <!--
    BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;font-size:12px;}
    H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
    PRE, TT {border: 1px dotted #525D76}
    A {color : black;}A.name {color : black;}
    -->
  </style>
 </head>
 <body>
   <h1>401 Unauthorized</h1>
   <p>
    You are not authorized to view this page. If you have not changed
    any configuration files, please examine the file
    <tt>conf/tomcat-users.xml</tt> in your installation. That
    file must contain the credentials to let you use this webapp.
   </p>
   <p>
    For example, to add the <tt>manager-gui</tt> role to a user named
    <tt>tomcat</tt> with a password of <tt>s3cret</tt>, add the following to the
    config file listed above.
   </p>
<pre>
&lt;role rolename="manager-gui"/&gt;
&lt;user username="tomcat" password="s3cret" roles="manager-gui"/&gt;
</pre>
   <p>
    Note that for Tomcat 7 onwards, the roles required to use the manager
    application were changed from the single <tt>manager</tt> role to the
    following four roles. You will need to assign the role(s) required for
    the functionality you wish to access.
   </p>
    <ul>
      <li><tt>manager-gui</tt> - allows access to the HTML GUI and the status
          pages</li>
      <li><tt>manager-script</tt> - allows access to the text interface and the
          status pages</li>
      <li><tt>manager-jmx</tt> - allows access to the JMX proxy and the status
          pages</li>
      <li><tt>manager-status</tt> - allows access to the status pages only</li>
    </ul>
   <p>
    The HTML interface is protected against CSRF but the text and JMX interfaces
    are not. To maintain the CSRF protection:
   </p>
   <ul>
    <li>Users with the <tt>manager-gui</tt> role should not be granted either
        the <tt>manager-script</tt> or <tt>manager-jmx</tt> roles.</li>
    <li>If the text or jmx interfaces are accessed through a browser (e.g. for
        testing since these interfaces are intended for tools not humans) then
        the browser must be closed afterwards to terminate the session.</li>
   </ul>
   <p>
    For more information - please see the
    <a href="/docs/manager-howto.html">Manager App HOW-TO</a>.
   </p>
 </body>

</html>
GET /manager/status/server-status?auto HTTP/1.1
sensorid: 4857
Cookie: UserCulture=en-US
Host: 10.*.*.*:8080
Accept: text/html, */*
Accept-Encoding: identity
User-Agent: Mozilla/5.0 (compatible; PRTG Network Monitor (www.paessler.com); Windows)
Authorization: Basic YWRtaW46ZzNuM3N5cw==

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Cache-Control: private
Expires: Wed, 31 Dec 1969 21:00:00 ART
Content-Type: text/html;charset=utf-8
Transfer-Encoding: chunked
Date: Wed, 27 Feb 2019 13:24:51 GMT

<html>
<head>
<style>
H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}
  table {
    width: 100%;
  }
  td.page-title {
    text-align: center;
    vertical-align: top;
    font-family:sans-serif,Tahoma,Arial;
    font-weight: bold;
    background: white;
    color: black;
  }
  td.title {
    text-align: left;
    vertical-align: top;
    font-family:sans-serif,Tahoma,Arial;
    font-style:italic;
    font-weight: bold;
    background: #D2A41C;
  }
  td.header-left {
    text-align: left;
    vertical-align: top;
    font-family:sans-serif,Tahoma,Arial;
    font-weight: bold;
    background: #FFDC75;
  }
  td.header-center {
    text-align: center;
    vertical-align: top;
    font-family:sans-serif,Tahoma,Arial;
    font-weight: bold;
    background: #FFDC75;
  }
  td.row-left {
    text-align: left;
    vertical-align: middle;
    font-family:sans-serif,Tahoma,Arial;
    color: black;
  }
  td.row-center {
    text-align: center;
    vertical-align: middle;
    font-family:sans-serif,Tahoma,Arial;
    color: black;
  }
  td.row-right {
    text-align: right;
    vertical-align: middle;
    font-family:sans-serif,Tahoma,Arial;
    color: black;
  }
  TH {
    text-align: center;
    vertical-align: top;
    font-family:sans-serif,Tahoma,Arial;
    font-weight: bold;
    background: #FFDC75;
  }
  TD {
    text-align: center;
    vertical-align: middle;
    font-family:sans-serif,Tahoma,Arial;
    color: black;
  }
  form {
    margin: 1;
  }
  form.inline {
    display: inline;
  }
</style>
<title>/manager</title>
</head>

<body bgcolor="#FFFFFF">

<table cellspacing="4" border="0">
 <tr>
  <td colspan="2">
   <a href="http://www.apache.org/">
    <img border="0" alt="The Apache Software Foundation" align="left"
         src="/manager/images/asf-logo.gif">
   </a>
   <a href="http://tomcat.apache.org/">
    <img border="0" alt="The Tomcat Servlet/JSP Container"
         align="right" src="/manager/images/tomcat.gif">
   </a>
  </td>
 </tr>
</table>
<hr size="1" noshade="noshade">
<table cellspacing="4" border="0">
 <tr>
  <td class="page-title" bordercolor="#000000" align="left" nowrap>
   <font size="+2">Server Status</font>
  </td>
 </tr>
</table>
<br>

<table border="1" cellspacing="0" cellpadding="3">
<tr>
 <td colspan="4" class="title">Manager</td>
</tr>
 <tr>
  <td class="row-left"><a href="/manager/html/list">List Applications</a></td>
  <td class="row-center"><a href="/manager/../docs/html-manager-howto.html">HTML Manager Help</a></td>
  <td class="row-center"><a href="/manager/../docs/manager-howto.html">Manager Help</a></td>
  <td class="row-right"><a href="/manager/status/all">Complete Server Status</a></td>
 </tr>
</table>
<br>

<table border="1" cellspacing="0" cellpadding="3">
<tr>
 <td colspan="8" class="title">Server Information</td>
</tr>
<tr>
 <td class="header-center"><small>Tomcat Version</small></td>
 <td class="header-center"><small>JVM Version</small></td>
 <td class="header-center"><small>JVM Vendor</small></td>
 <td class="header-center"><small>OS Name</small></td>
 <td class="header-center"><small>OS Version</small></td>
 <td class="header-center"><small>OS Architecture</small></td>
 <td class="header-center"><small>Hostname</small></td>
 <td class="header-center"><small>IP Address</small></td>
</tr>
<tr>
 <td class="row-center"><small>Apache Tomcat/8.0.35</small></td>
 <td class="row-center"><small>1.8.0_77-b03</small></td>
 <td class="row-center"><small>Oracle Corporation</small></td>
 <td class="row-center"><small>Windows Server 2012</small></td>
 <td class="row-center"><small>6.2</small></td>
 <td class="row-center"><small>amd64</small></td>
 <td class="row-center"><small>VIACC024</small></td>
 <td class="row-center"><small>10.167.154.157</small></td>
</tr>
</table>
<br>

<h1>JVM</h1><p> Free memory: 21.17 MB Total memory: 192.50 MB Max memory: 228.00 MB</p><table border="0"><thead><tr><th>Memory Pool</th><th>Type</th><th>Initial</th><th>Total</th><th>Maximum</th><th>Used</th></tr></thead><tbody><tr><td>PS Eden Space</td><td>Heap memory</td><td>32.50 MB</td><td>40.50 MB</td><td>83.00 MB</td><td>22.22 MB (26%)</td></tr><tr><td>PS Old Gen</td><td>Heap memory</td><td>85.50 MB</td><td>151.00 MB</td><td>171.00 MB</td><td>148.69 MB (86%)</td></tr><tr><td>PS Survivor Space</td><td>Heap memory</td><td>5.00 MB</td><td>1.00 MB</td><td>1.00 MB</td><td>0.40 MB (40%)</td></tr><tr><td>Code Cache</td><td>Non-heap memory</td><td>2.43 MB</td><td>66.50 MB</td><td>240.00 MB</td><td>65.55 MB (27%)</td></tr><tr><td>Compressed Class Space</td><td>Non-heap memory</td><td>0.00 MB</td><td>6.00 MB</td><td>1024.00 MB</td><td>4.66 MB (0%)</td></tr><tr><td>Metaspace</td><td>Non-heap memory</td><td>0.00 MB</td><td>53.75 MB</td><td>-0.00 MB</td><td>48.61 MB</td></tr></tbody></table><h1>"ajp-nio-8009"</h1><p> Max threads: 200 Current thread count: 0 Current thread busy: 0 Keeped alive sockets count: 0<br> Max processing time: 0 ms Processing time: 0.0 s Request count: 0 Error count: 0 Bytes received: 0.00 MB Bytes sent: 0.00 MB</p><table border="0"><tr><th>Stage</th><th>Time</th><th>B Sent</th><th>B Recv</th><th>Client (Forwarded)</th><th>Client (Actual)</th><th>VHost</th><th>Request</th></tr></table><p>P: Parse and prepare request S: Service F: Finishing R: Ready K: Keepalive</p><h1>"http-nio-8080"</h1><p> Max threads: 200 Current thread count: 26 Current thread busy: 5 Keeped alive sockets count: 2<br> Max processing time: 90034 ms Processing time: 1482296.8 s Request count: 46082468 Error count: 7437 Bytes received: 8235.82 MB Bytes sent: 21603.14 MB</p><table border="0"><tr><th>Stage</th><th>Time</th><th>B Sent</th><th>B Recv</th><th>Client (Forwarded)</th><th>Client (Actual)</th><th>VHost</th><th>Request</th></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>S</strong></td><td>2652 ms</td><td>0 KB</td><td>2 KB</td><td>10.167.154.22</td><td>10.167.154.22</td><td nowrap>was</td><td nowrap class="row-left">POST /TEAR_SBD_CheckImei/include/getWebServiceData.jsp HTTP/1.0</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>S</strong></td><td>0 ms</td><td>0 KB</td><td>0 KB</td><td>10.167.154.199</td><td>10.167.154.199</td><td nowrap>10.167.154.157</td><td nowrap class="row-left">GET /manager/status/server-status?auto HTTP/1.1</td></tr><tr><td><strong>S</strong></td><td>234 ms</td><td>0 KB</td><td>2 KB</td><td>10.167.154.22</td><td>10.167.154.22</td><td nowrap>was</td><td nowrap class="row-left">POST /TEAR_SBD_CheckImei/include/getWebServiceData.jsp HTTP/1.0</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>S</strong></td><td>452 ms</td><td>0 KB</td><td>1 KB</td><td>10.167.154.22</td><td>10.167.154.22</td><td nowrap>was</td><td nowrap class="row-left">POST /TEAR_SBD_Tior/include/getWebServiceData.jsp HTTP/1.0</td></tr><tr><td><strong>S</strong></td><td>2636 ms</td><td>0 KB</td><td>3 KB</td><td>10.167.154.22</td><td>10.167.154.22</td><td nowrap>was</td><td nowrap class="row-left">POST /TEAR_SBD_RecargaEsponsoreada/include/getWebServiceData.jsp HTTP/1.0</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr><tr><td><strong>R</strong></td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td><td>?</td></tr></table><p>P: Parse and prepare request S: Service F: Finishing R: Ready K: Keepalive</p><hr size="1" noshade="noshade">
<center><font size="-1" color="#525D76">
 <em>Copyright &copy; 1999-2016, Apache Software Foundation</em></font></center>

</body>
</html>

Article Comments

Pallonir,

Did you notice you're getting the following message in the returned HTML?

HTTP/1.1 401 Unauthorized

It looks like the credentials aren't working.

Can you verify your credentials, and try again?

Benjamin Day
Paessler Support


Feb, 2019 - Permalink

I understand the "HTTP/1.1 401 Unauthorized" is the first part of handshake login, after that It continues succesfull If you continue reading following lines you´ll coudl see "HTTP/1.1 200 Ok" as reply to GETs. Please read beginning at 81st line of text.

Thanks


Mar, 2019 - Permalink

Can you please open a support ticket for this issue? We will need more detailed information in order to assist you with this issue.

Benjamin Day
Paessler Support


Mar, 2019 - Permalink