In the web UI, when viewing the Overview option v1.1.6.
Each trigger name shows the {HOSTNAME}. So, you'll see
Database server offline {HOSTNAME}
SSH server is down on {HOSTNAME}
etc..
{HOSTNAME} is a variable, which isn't used in this display (the hostnames are to the right), so displaying {HOSTNAME} should be suppressed in this instance.. It makes it very hard to read the various triggers with the variable tacked on the end...
Each trigger name shows the {HOSTNAME}. So, you'll see
Database server offline {HOSTNAME}
SSH server is down on {HOSTNAME}
etc..
{HOSTNAME} is a variable, which isn't used in this display (the hostnames are to the right), so displaying {HOSTNAME} should be suppressed in this instance.. It makes it very hard to read the various triggers with the variable tacked on the end...
Comment