one inch frame
the personal site of eric a. Farris
Big project for monitoring network hosts and services. Originally, the bane of my existence as I struggled to make it genuinely useful for me and my situation at the Lab. However, after going through and setting up some custom tests, Nagios seems to be the perfect solution.
Since I’m back to using Nagios, I’m dropping my netmon project.
To get the plugins to compile under Mac OS X, the definition of
uint32_t server_time, raw_server_time;
needs changed to
unsigned long server_time, raw_server_time;
in plugins/check_time.c (Thanks, )