Snap! Websites
An Open Source CMS System in C++
Just made a new addition to the project: snapwatchdog.
This is a daemon running in the background used to gather statistics about each server running in a Snap! cluster.
The statistics are saved in an XML file1 and already include the following information:
This information is saved in a file and in the database. It will also be communicated between servers at some point. I am planning to write a plugin that will display all of that information to the end user within the website. This way it will be really easy to monitor your cluster without having to log in each computer one by one.
The daemon is expected to be a stand alone process, although it requires the Snap! C++ library to run.
The service also comes with a plugin used to display the results to the end user.
Snap! Websites
An Open Source CMS System in C++