Skip to content

Latest commit

 

History

History
102 lines (60 loc) · 3.06 KB

README.md

File metadata and controls

102 lines (60 loc) · 3.06 KB

webseer

Cacti Web Services Monitoring Plugin

This is Cacti's Web Services monitoring plugin. This plugin allows you to add Web Site service monitoring to Cacti. You simply add service checks, the desired service check URL, and the expected response from it's interface, as well as any escallation required if a service check fails. The plugin records statistics about the connection to the website, it's response, and can alert when the status changes.

This plugin has existed for years, but up until this year, has never been made public. It can be an asset used to address some monitoring requirements for customers who not only monitor servers, but need to know that the Web Services on those servers are operating as expected.

This plugin, like many others, integrates with Cacti's Maintenance or 'maint' plugin so you can setup maintenance schedules so that known times when a service is going to be down can be configured so that escallation does not needlessly take place during maintenance periods.

Installation

To install the webseer plugin, simply copy the plugin_webseer directory to Cacti's plugins directory and rename it to simply 'webseer'. Once you have done this, goto Cacti's Plugin Management page, Install and Enable the webseer. Once this is complete, you can grant users permission to create service checks for various Web Sites and Services.

Bugs and Feature Enhancements

Bug and feature enhancements for the webseer plugin are handled in GitHub. If you find a first search the Cacti forums for a solution before creating an issue in GitHub.

ChangeLog

  • issue#41: Maintenance schedule check add

  • issue#42: Search string fix

--- 3.0 ---

  • issue#18: Some sites require compression to properly redirect

  • issue#26: Undefined variable 'key' error in webseer_proxies.php

  • issue#27: Notification email sent twice with different info

  • issue#28: Notification email not sent

  • issue#31: Undefined variable 'del' error in webseer.php

  • issue#34: Undefined index 'search' when saving Webseer Server

  • feature: PHP 7.2 compatibility

--- 2.0 ---

  • issue#10: Check shows as Down even though site is up if there is no search string

  • issue#12: Add proxy support to URL's

  • issue#16: WebSeer not notifying users in dropdown list

  • issue#19: Enabled does not display correctly when viewing and editing a server

  • issue#20: Redirection results in permanently Moved errors with proxy use

  • issue#21: Long processing time for DELETE queries

  • issue#22: Make additional room on page for long URL's

--- 1.1 ---

  • feature: Changes to facilitate i18n by contributors

--- 1.0 ---

  • issue#4: Resolving issues with Servers display

  • issue#5: Remote incorrectly assumes communications from the CLI

  • issue#6: Resolving issues with Servers display

  • issue#9: Warning message about empty needle in file

  • feature: Refactor database schema to match Cacti standards

  • feature: Add duplication of Service Check

  • feature: Automatically register Server

  • feature: Internationalization of GUI

  • feature: Enhance GUI to comform to modern Cacti

--- 0.1 ---

  • Initial public release