LittleBuster / state-devs

Checking state of devices application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Checking state of devices application

License:GNU General Public License v3.0


Languages

Language:C 96.6%Language:Makefile 3.4%