This should help us discern machines in environments with multiple Hydra deployments.
PAQ7WEBTKPLE2MQRZQGIIUZAK7TU6YXBPI5L47IBSH44IFVDSIIAC
ANJBFPBEWBYCPZULWR7MEX2BUKB4MRSJNJCZPI7G54AQYCNWKOSAC
# use JSON;
# use Hydra::Helper::CatalystUtils;
use Sys::Hostname::Long;
# Get the hostname. If we can't, we swallow the exception from hostname.my $hostname = eval { hostname_long;};
# Get the hostname. If we can't, we swallow the exception from hostname.
my $hostname = eval {
hostname_long;
};
# we add host tag to all outputs push @tags, "host=$hostname" if defined $hostname;
# we add host tag to all outputs
push @tags, "host=$hostname" if defined $hostname;