I came across God which seems good but I am wondering if anyone knows of other process monitoring and control frameworks that I can compare god with. God has the following features:
The last one is what i am having difficulty with.
Have a look at Ubic
(CPAN page here but do read installation details on the github project page).
Ubic
isn't a monitoring framework par se but a LSB compliant extensible Service Manager.
Its written and configurable all in Perl. A simple example would be:
# /etc/ubic/services/test
use Ubic::Service::SimpleDaemon;
return Ubic::Service::SimpleDaemon->new({ bin => "sleep 1000" });
To start above is: ubic start test
. To check its running or not: ubic status test
. To stop service (suprisingly!) is: ubic stop test
.
Ubic
keeps an eye on all its services so when test
service stops after 1000 seconds then Ubic
will automatically restart it again.
Some more links:
/I3az/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With