Skip to content
Snippets Groups Projects
Commit 57748776 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Enable "catalog" attribute for machine_status metrics

parent 640dc4d0
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ foreach ($Machine in $MachineStatus) {
$Entry = "$MSPrefix{"
$Entry += "machine_name=`"$MachineName`", "
# $Entry += "catalog=`"$Catalog`", "
$Entry += "catalog=`"$Catalog`", "
$Entry += "status=`"$Status`", "
$Entry += "maintenance=`"$Maintenance`", "
$Entry += "username=`"$Username`", "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment