/state-devs

Checking state of devices application

Primary LanguageCGNU General Public License v3.0GPL-3.0

state-devs

Checking state of devices application

Depedencies (Debian):

apt install git gcc make libcurl4-openssl-dev libmysqlclient-dev

Installation:

git clone https://github.com/LittleBuster/state-devs.git
cd state-devs
make
make install
cd /etc/systemd/system/
cp sshd.service sdevs.service
vim sdevs.service

#change ExecStart to "ExecStart=/usr/share/state-devs/sdevs"
#change Alias to "Alias=sdevs.service"
#delete "EnvironmentFile=-/etc/default/ssh"

vim /etc/sdevs.conf