Skip to content

Monitoring daemon for UPSs made by FSP company.

License

Notifications You must be signed in to change notification settings

vimusov/fspupsmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

fspupsmon - monitoring daemon for UPSs made by FSP company. It looks after UPS and logs its status. If UPS is offline more than specified time the system would be shutdown gently.

Supported hardware

  • FSP EP-1000

Usage

Usage: fspupsmon [-h] [-d] [-i <SEC>] [-p <PORT>] [-s <MIN>] [-u <USER>]
Arguments:
    -h: show this help;
    -d: turn on debug mode;
    -i <SEC>: query interval, seconds (default 5);
    -p <PORT>: serial port (default /dev/ttyS0);
    -s <MIN>: delay before shutdown, minutes (default 10);
    -u <USER>: drop privileges to specified user;

Build and install

make
make DESTDIR=... install

License

GPL

About

Monitoring daemon for UPSs made by FSP company.

Topics

Resources

License

Stars

Watchers

Forks