
# assp-monitor 1.11
# --------------
# can be used instead of a syslog-server to have a local or remote monitor of assp
# 1. configure the syslog option in assp
# 2. copy this script to your monitor system, if you are using this script on the local assp system just copy
#    this script in to the assp directory
# 3. be sure there is no syslog daemon running on the system - or use an other port (1514 instead of 514)
# 4. run the script - if started on the local assp system the script will try to find the SysLogPort
#    in assp.cfg
#    if started on a remote system, define the listenport as first parameter - like
#    perl assp-monitor.pl 1514 or the default port 514 will be used
###############################################################################################################################
# this script is just simple - you may change it to your needs
###############################################################################################################################
##############################################
# (c) Thomas Eckardt 2009 - 2013 under the terms of the GPL
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation;

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
