SNIPS Release Notes &
Change Log


Features in v1.0

The main features in this release of the software are:

» RRDtool support Support for storing and graphing monitored data using RRDtool.
» HUP handler All monitors can be sent a HUP signal to re-read their config file.
» 'rating' of events A new binary string indicating the result of the last 4 (or 8) polls for each device.
» color curses Support for color curses in snipstv
» more snipstv views Multiple extended views in snipstv (using the 'e' key)
» snipsweb sorting snipsweb allows sorting and filtering when run as a CGI
» hostmon for NT hostmon-client for NT machines
» RTT in ippingmon ippingmon now also records packet round trip times (RTT)

 


Release Notes

snips v1.0 (June 2001)

Complete rewrite of all modules and libraries.

1. RRDtool Added support for generating RRD databases in all software.
2. multiping » Replaced alarm() with select(). 2x faster (500 sites in 150 secs)
» Can now read host list from stdin instead of cmdline.
» Also monitors round-trip times (RTT)
3. snips.h » Increased size of fields and added new fields.
» All datafiles have DATA_VERSION stored as first event.
4. snipstv » Color ncurses (jgreco@ns.sol.net)
» Multiple 'extended' views
» Rating
5. HUP support All servers support HUP for reloading config files.
6. eventlog.c snipslogd  hostname can be set in SNIPSLOG_HOST environment variable for all the monitors (jgreco@ns.sol.net).
7. -x option Added -x flag to add an extension to the program name  (jgreco@ns.sol.net)
8. Local address
binding
If an address is set in the environment variable SNIPS_LCLADDR, that local address is used for binding the local socket (if multiple local address, needed by firewalls)  - jgreco@ns.sol.net
9. Hostnames Can use hostnames instead of IPaddr in all config files.
10. genweb.cgi Added CGI support to snipsweb.pl (rocky@breakaway.net)
11. hostmon-nt Hostmon-client for Windows NT machines (srbrown@nyx.net)
12. notifier.pl Read eventlog data from stdin for running from snipslog.conf
13. portmon Stores and displays the response time of the web pages.

Feedback