All public logs

Jump to navigation Jump to search

Combined display of all available logs of Da Nerd Mage Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:47, 14 April 2023 Tinker talk contribs created page MQTT monitoring Daemon (Created page with "== Requirements: == * <code>apt install mosquitto-clients</code> * <code>apt install jq</code> == The systemd Unit == <code>/etc/systemd/system/MQTTmon.service</code> <syntaxhighlight lang="bash"> [Unit] Description=MQTT Monitoring Daemon After=network.target Requires=network.target [Service] Type=simple User=root ExecStart=/usr/bin/MQTTmon Restart=always [Install] WantedBy=multi-user.target </syntaxhighlight> * <code>systemctl daemon-reload</code> * <code>systemc...")