Link to External Monitoring Platform
A feature allowing to define custom URL links to external monitoring platforms from a SIMPLer:
Network section of Customers details page
RADIUS Username table of Customers details page
It can be configured under 'Network Health Monitoring' section of 'Modify WISP' page
Where a HTML code for the URL link should be defined. There is a set of dynamic values that can be injected into the URL code.
For Network Details section these values are:
%%CUSTOMERID%%
%%NICKNAME%%
%%INVOICINGID%%
%%NAME%%
%%NAMEESCAPED%% ( NAME with spaces replaced with _ )
Example URL link code as used for Preseem would be:
<a style="font-size:8; " href="https://app.preseem.com/r/subscriber/%%CUSTOMERID%%" target="_blank"><span><img src="/Common/Images/preseem.png" border="0"></span></a>
Which would display following on customer details page:
For RADIUS Username table these values are:
%%CUSTOMERID%%
%%NICKNAME%%
%%INVOICINGID%%
%%NAME%%
%%USERNAME%%
%%PASSWORD%%
Example URL link code as used for SAISEI would be:
<a style="font-size:8; " href="http://110.93.19.234:5002/?summarize=user=%%USERNAME%%&tab=2" target="_blank"><span><img src="/Common/Images/saisei.png" border="0"></span></a>
Which would display following on customer details page: