Skip to content

Releases: Cacti/plugin_servcheck

v0.3

03 Jan 17:26
8adf436

Choose a tag to compare

What's Changed

  • Merging develop to main by @xmacan in #29
  • servcheck plug bug fix - all tests are enabled, however, some get performed and some don't #27 by @MSS970 in #28
  • Fix more DNS check bugs by @xmacan in #30
  • fix poller_servcheck.php does not run any test when it runs automatically from cacti poller (Issue #31) by @MSS970 in #32
  • Fix graph is not displayed correctly issue#2 by @MSS970 in #33
  • Fix: certificate check does not function as expected by @MSS970 in #36
  • apply the date format as per Cacti using date_time_format() by @MSS970 in #37
  • apply the date format as per Cacti using date_time_format() for $test… by @MSS970 in #38
  • add dedicated folder for certificates and enhance the usage of custom certificate. by @MSS970 in #39
  • Add Rest API by @xmacan in #40
  • better validation by @xmacan in #41
  • fix #42 - duplicate tests by @xmacan in #43
  • New version by @xmacan in #50
  • A lot of fixes by @xmacan in #51
  • fix few php issues and formatting by @xmacan in #52
  • fix cert expiration and few bugs by @xmacan in #53
  • add colors and legend by @xmacan in #54
  • Fix Installation and Service check test erorrs by @seanmancini in #55
  • fix incorrect parameter count, rename functions by @xmacan in #58
  • Prepare for new release by @xmacan in #59
  • fix false certificate expire notification during summer/winter time c… by @xmacan in #60
  • Update CA certificate file naming in test_curl.php by @MSS970 in #63
  • Refactor setup for plugin_servcheck with backups and encryption by @MSS970 in #64
  • Change duration color code in arrays.php by @MSS970 in #65
  • Mss970 patch 4 by @MSS970 in #66
  • Multiple enhancements within servcheck_test and servcheck_process by @MSS970 in #67

New Contributors

Full Changelog: v0.2...v0.3

v0.2

02 Nov 16:54
485adaf

Choose a tag to compare

Release Notes

This is the first official release of the Service Check plugin which is a fork of the original Webseer plugin. This release was renamed to clearly describe it's purpose. It is designed to perform Service Checks not only of Web Sites as Webseer has always done, but also to perform other pre-defined service checks by class.

We will be deprecating the old Webseer plugin and removing it at some point in the future. If you are using it, you should plan to start considering migrating to the Service Check plugin.

ChangeLog

--- 0.2 ----

  • issue#17: Remove dependency on thold plugin, notify lists remain if thold is installed
  • issue#15: Fix DNS test issue
  • issue#19: Rename old thold names, fix incorrect variable
  • issue: Fix incorrect result logic
  • feature#14: add settings tab, add send email separately option

--- 0.1 ---

  • Initial public release: Based on plugin Webseer version 3.2