Think the title says it all but I want to send an email to someone when the compliance for a node isn't 100%.
I can't seem to find anywhere to do this in the portal is there a another way?
Think the title says it all but I want to send an email to someone when the compliance for a node isn't 100%.
I can't seem to find anywhere to do this in the portal is there a another way?
I am trying to update a config file using the "File Enforce Content" in the Lines argument I have tried obtaining information about the node using ${rudder.node.hostname}
this never gets replaced on the actual node though and remains the same? I am actually after the IP address of the node as well as the host name but using this to test the technique is working since the docs mention it.
Lines Parameter
[Config]
IP=${rudder.node.ipaddress}
Name=${rudder.node.hostname}
Nodes file
[Config]
IP=${rudder.node.ipaddress}
Name=${rudder.node.hostname}
Expected
[Config]
IP=10.0.0.1
Name=node1
(Just as a side note I am struggling to locate a list in the web portal or online of available replacement variables so the ip address one is probably wrong)
I am using the new Resource Manager type of virtual machine.
Now I need to add this into a load balancer (already configured) but I can't find how to assign this VM into the Availability Set so I can allocate it to the load balancer.
There seems to be no UI in the preview portal, so I am assuming this to be a PowerShell only at the moment but I can find no docs on assigning an existing VM.
FYI - All items associated with this are in the same region I ensured this to start with.