Squidworks completes first stab at a Web commercial for Alert On Failure
AOF provides free network and computer system monitoring.
Network Systems Engineers Consortium
Squidworks completes first stab at a Web commercial for Alert On Failure
AOF provides free network and computer system monitoring.
http://www.youtube.com/watch?v=H7PGgxRqvDo
Squidworks completes first stab at a Web commercial for Alert On Failure
AOF provides free network and computer system monitoring.
The Squidworks team has completed 2 system training videos for the AOF website. These video are posted under Youtube and are available to everyone. All sound and video editing done by our Engineers.
Alert On Failure Free System Monitors
AOF : a Xymon \ BBwin Compatible monitoring service.
http://www.youtube.com/watch?v=aQHSnZPPTEY
Previous Videos
AOF: First Login Overview
http://www.youtube.com/watch?v=Yg6oxSZV8gE
The Squidworks team has completed 2 system training videos for the AOF website. These video are posted under Youtube and are available to everyone. All sound and video editing done by our Engineers.
Alert On Failure Free System Monitors
AOF : a Xymon \ BBwin Compatible monitoring service.
Previous Videos
AOF: First Login Overview
Alertonfailure is offering free 1 year memberships to admins who would like to help Alpha test the services and report back to the forums in detail any issues they find as they use service.
Just sign up for both a free user account and forum account and send
Alertonfailure is offering free 1 year memberships to admins who would like to help Alpha test the services and report back to the forums in detail any issues they find as they use service.
Just sign up for both a free user account and forum account and send that to support at alertonfailure. They will send an email back when they update your account to premium.
Alert on Failure is now on sourceforge. They registered as part of the process to bring the VMware version of AlertOnFailure appliance to the public.
You can find then at..
https://sourceforge.net/projects/alertonfailure/
and also always at www.alertonfailure.com
XYmon / Hobbit / BBWin monitoring and alerting server with audio / visual alerting and web UI display and management. Perfect for the network manager who has everything
Alert on Failure is now on sourceforge. They registered as part of the process to bring the VMware version of AlertOnFailure appliance to the public.
You can find then at..
https://sourceforge.net/projects/alertonfailure/
and also always at www.alertonfailure.com
XYmon / Hobbit / BBWin monitoring and alerting server with audio / visual alerting and web UI display and management. Perfect for the network manager who has everything…
Hobbit / XYMON does not compile on CentOS 5 and complains about clock_gettime issues.
Here is how to fix this issue.
Download Hobbit-4.2.3.tar.gz
#1 make sure pcre-devel is installed (#~yum install pcre-devel)
#2 add xymon user (#~useradd xymon)
#3 set varible for “ltr” (#~LIBRTDEF=-lrt)
#4 export varible (#~export LIBRTDEF)
#5 Configure Hobbit inside hobbit src directory (#~./configure –client)
#6 Compile program (#~make)
#7 Install program (#~make install)
#8 Start
Hobbit / XYMON does not compile on CentOS 5 and complains about clock_gettime issues.
Here is how to fix this issue.
Download Hobbit-4.2.3.tar.gz
#1 make sure pcre-devel is installed (#~yum install pcre-devel)
#2 add xymon user (#useradd xymon)
#3 set varible for “ltr” (#LIBRTDEF=-lrt)
#4 export varible (#export LIBRTDEF)
#5 Configure Hobbit inside hobbit src directory (#./configure –client)
#6 Compile program (#make)
#7 Install program (#make install)
#8 Start hobbit client (#/home/xymon/client/runclient.sh start)
Afterwards your hobbit / xymon client should be running on your CentOS or Fedora core systems.
cc -o ../client/hobbitd_client -Wl,--rpath=/usr/lib64
hobbitd_client.o
hobbitd_worker.o hobbitd_buffer.o client_config.o
../lib/hobbitclient.a
-L/usr/lib64 -lpcre
../lib/hobbitclient.a(timefunc-client.o): In function `gettimer':
/usr/src/xymon-4.2.3/lib/timefunc.c:55: undefined reference to
`clock_gettime'
../lib/hobbitclient.a(timefunc-client.o): In function `getntimer':
/usr/src/xymon-4.2.3/lib/timefunc.c:67: undefined reference to
`clock_gettime'
collect2: ld returned 1 exit status
make[1]: *** [../client/hobbitd_client] Error 1
If You get the Following Errors:
gcc -o ../client/xymond_client -Wl,--rpath,/usr/lib64 xymond_client.o xymond_worker.o xymond_buffer.o client_config.o ../lib/xymonclient.a -L/usr/lib64 -lpcre
xymond_worker.o: In function `net_worker_run':
/root/xymon-4.3.0/xymond/xymond_worker.c:292: undefined reference to `locator_init'
/root/xymon-4.3.0/xymond/xymond_worker.c:298: undefined reference to `locator_register_server'
/root/xymon-4.3.0/xymond/xymond_worker.c:312: undefined reference to `locator_serverdown'
xymond_worker.o: In function `net_worker_heartbeat':
/root/xymon-4.3.0/xymond/xymond_worker.c:80: undefined reference to `locator_serverup'
xymond_worker.o: In function `net_worker_run':
/root/xymon-4.3.0/xymond/xymond_worker.c:317: undefined reference to `locator_serverdown'
The just Add "locator.o" to CLIENTLIBOBJS in lib/Makefile inside of the XYMON build directory. Then re-run "make" and you should be able to build the client.
Enjoy….
The Engineers at Squidworks are building another free web services site. AlertOnFailure.com is the first free public BBDisplay and BBpager compatible service available on the web. It takes the well known BB model of delivering data and packages a large scale MySql Database schema around it and a world class web interface to

The Engineers at Squidworks are building another free web services site. AlertOnFailure.com is the first free public BBDisplay and BBpager compatible service available on the web. It takes the well known BB model of delivering data and packages a large scale MySql Database schema around it and a world class web interface to view and manager the data collected. The clients are freely available across the Internet, some off the better clients are BBwin, XYMon and BB4.org. If you ever used BB, Hobbit or XYmon then this will be a great experence for you.
Hobbit / XYMON / Big Brother