Created
August 29, 2018 13:09
-
-
Save domgiles/e4fee154b46dfe4085c21398156a8162 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<CPUMonitor Title="Compute Nodes" xmlns="http://www.dominicgiles.com/cpumonitor"> | |
<MonitoredNode> | |
<HostName>129.146.65.101</HostName> | |
<Username>opc</Username> | |
<Password>Your ssh password</Password> | |
<Port>22</Port> | |
<PrivateKey>/Users/dgiles/.ssh/id_rsa</PrivateKey> | |
<Comment>OCI Server</Comment> | |
</MonitoredNode> | |
</CPUMonitor> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment