Each trigger also has a URL-field.
In the dashboard this trigger will show a clickable text instead of normal text.
In the orange/black theme I use this becomes hardly readable, by the way.
Maybe no-one is using it because of that?
I'm using it for some non-templated triggers.
I'm not using it for templated triggers because I can't use {} there
This works:
Expression
URL
But this doesn't:
Expression
URL
I will get the text http://{HOST.CONN1}:450/ in my dashboard instead of an URL pointing to the FQDN or IP
This way I can't use it in a template...
In the dashboard this trigger will show a clickable text instead of normal text.
In the orange/black theme I use this becomes hardly readable, by the way.
Maybe no-one is using it because of that?
I'm using it for some non-templated triggers.
I'm not using it for templated triggers because I can't use {} there
This works:
Expression
Code:
{pfsense:net.ping[10.250.250.5].max(#2)}=0
Code:
http://10.250.250.5
Expression
Code:
{Template_Standalone:httpspeed[https://{HOST.CONN1}:450/ ].min(#2)}>3000
Code:
http://{HOST.CONN1}:450/
This way I can't use it in a template...
Comment