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
#!/usr/bin/python | |
import json | |
import sys, getopt | |
def parse_dictionary(outfile, iter, key, intern_dict): | |
for i in range(iter): | |
outfile.write("\t") | |
key2write = '' |
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
wget -N https://deeptech.monitoringclient.com/downloads/MonitoringClient.deb -O ./MonitoringClient.deb | |
sudo dpkg -i MonitoringClient.deb | |
sudo run-client --auto-update true | |
sudo systemctl start monitoringclient | |
sudo systemctl enable monitoringclient |