Hi
My landing page that i want to add web monitoring to does not contain any text. It is defined by variables if i look at the source.
I did test this to Zabbix site and it worked fine.
Here is the body:
<body class="loginBody">
<form name="frmLogin" method="post" action="loginval" onSubmit="return(validSub())">
<input type="hidden" name="lcid" value="">
<table height="100%" width="100%" align="center">
<tr>
<td>
<div align="center">
<table>
<tr>
<td align="center" valign="bottom">
<span class="title" datasrc="#res" datafld="title"></span>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="317">
<tr>
<td colspan="3" class="LoginRect" width="315">
<img alt="corporate" src="../image/corporateportal.gif" /></td>
</tr>
<tr class="cfield"><td colspan="3" class="LoginLeft LoginRight"> </td></tr>
<tr class="cfield">
<td align="right" class="LoginLeft" width="95"><span datasrc="#res" datafld="login"></span></td>
<td style="padding:1;" width="140"><input type="text" size="20" name="userID"></td>
<td class="LoginRight" width="65"> </td>
</tr>
<tr class="cfield">
<td align="right" class="LoginLeft" width="95"><span datasrc="#res" datafld="password"></span></td>
<td style="padding:1;" width="140">
<input type="password" size="20" name="userPass">
</td>
<td class="LoginRight" width="65">
<input type="submit" class="btright formbutton" datasrc="#res" datafld="enter">
</td>
</tr>
<tr class="cfield"><td colspan="3" class="LoginLeft LoginRight"> </td></tr>
<tr class="cfield">
<td colspan="3" align="right" class="LoginLeft LoginRight" width="304"><a datasrc="#res" datafld="poweredby1url"><span datasrc="#res" datafld="poweredby1title"></span></a></td>
</tr>
<tr class="cfield"><td colspan="3" class="LoginBottom LoginLeft LoginRight"> </td></tr>
<tr>
<td colspan="3" align="center">
<span class="contacts" datasrc="#res" datafld="contact"></span>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<span style="float:right;text-align:right"><a datasrc="#res" datafld="poweredby2url"><span datasrc="#res" datafld="poweredby2title"></span></a></span>
</td>
</tr>
</table>
</form>
</body>
How do i get web monitoring to work on a page like this?
My landing page that i want to add web monitoring to does not contain any text. It is defined by variables if i look at the source.
I did test this to Zabbix site and it worked fine.
Here is the body:
<body class="loginBody">
<form name="frmLogin" method="post" action="loginval" onSubmit="return(validSub())">
<input type="hidden" name="lcid" value="">
<table height="100%" width="100%" align="center">
<tr>
<td>
<div align="center">
<table>
<tr>
<td align="center" valign="bottom">
<span class="title" datasrc="#res" datafld="title"></span>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="317">
<tr>
<td colspan="3" class="LoginRect" width="315">
<img alt="corporate" src="../image/corporateportal.gif" /></td>
</tr>
<tr class="cfield"><td colspan="3" class="LoginLeft LoginRight"> </td></tr>
<tr class="cfield">
<td align="right" class="LoginLeft" width="95"><span datasrc="#res" datafld="login"></span></td>
<td style="padding:1;" width="140"><input type="text" size="20" name="userID"></td>
<td class="LoginRight" width="65"> </td>
</tr>
<tr class="cfield">
<td align="right" class="LoginLeft" width="95"><span datasrc="#res" datafld="password"></span></td>
<td style="padding:1;" width="140">
<input type="password" size="20" name="userPass">
</td>
<td class="LoginRight" width="65">
<input type="submit" class="btright formbutton" datasrc="#res" datafld="enter">
</td>
</tr>
<tr class="cfield"><td colspan="3" class="LoginLeft LoginRight"> </td></tr>
<tr class="cfield">
<td colspan="3" align="right" class="LoginLeft LoginRight" width="304"><a datasrc="#res" datafld="poweredby1url"><span datasrc="#res" datafld="poweredby1title"></span></a></td>
</tr>
<tr class="cfield"><td colspan="3" class="LoginBottom LoginLeft LoginRight"> </td></tr>
<tr>
<td colspan="3" align="center">
<span class="contacts" datasrc="#res" datafld="contact"></span>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td>
<span style="float:right;text-align:right"><a datasrc="#res" datafld="poweredby2url"><span datasrc="#res" datafld="poweredby2title"></span></a></span>
</td>
</tr>
</table>
</form>
</body>
How do i get web monitoring to work on a page like this?
Comment