fscd
Update of "fscd"
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: f7ce0869025c5b4470447683ca1dd4e1ad143351
Page Name:fscd
Date: 2012-10-21 10:35:30
Original User: gnrp
Parent: 093a94ec00156808460f5cc7d259ea5bf9034021
Content

fscd is a service-checking daemon for FreeBSD and NetBSD. If you know another platform that could use fscd, please tell me, and I'll add support. You mainly need kqueue(2) for support, which in turn requires a BSD operating system.

You give it a list of packages to check, and then they're being monitored through kqueue(2).

The code is originally from Tom Rhodes and can be found here: http://people.freebsd.org/~trhodes/fsc/.

Note: If you're using FreeBSD, use the version in ports: You can find it in sysutils/fsc.

If you're using NetBSD (or FreeBSD with pkgsrc), there is a pkgsrc package: You can find fscd in sysutils/fscd.

To run, download the repository, run `make`, and execute `./fscd/fscd` or `./fscadm/fscadm $CMD` to issue a command.

To use it, you:

You can as well use the rc script named `fscd` if you installed the package as intended.