Version: 7.10.2, Package name: heartbeat-7.10.2 |
Maintained by: Pavel Korovin |
Master sites: |
Description Monitor services for their availability with active probing. Given a list of URLs, Heartbeat asks the simple question: Are you alive? Heartbeat ships this information and response time to the rest of the Elastic Stack for further analysis. heartbeat.rc #!/bin/ksh # # $OpenBSD: heartbeat.rc,v 1.6 2020/11/21 15:58:40 pvk Exp $ daemon="${PREFIX}/bin/heartbeat" . /etc/rc.d/rc.subr rc_bg=YES rc_reload=NO rc_cmd $1 |
Filesize: 20.446 KB |
Version History (View Complete History) |
|
2021-01-30 03:03:41 by Pavel Korovin | Files touched by this commit (10) |
Log message: Update beats 7.10.0 -> 7.10.2 Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.10.2.html Port changes: * build: set BUILD_DEPENDS += lang/python/ instead of using MODULES += lang/python to prevent unnecessary python dependecy * metricbeat: report correct CPU/memory metrics - requires files/sigar_openbsd.go * metricbeat: swap usage metrics are turned off due to metricbeat crashes * metricbeat: remove configuration options which are useless under OpenBSD Many thanks to David Alten for providing the fix for metricbeat CPU metrics and testing |
2020-11-21 08:58:41 by Pavel Korovin | Files touched by this commit (25) |
Log message: Update beats 7.9.1 -> 7.10.0 Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.10.0.html Port changes: * Set default path.{config,data,home,logs} to OpenBSD-specific locations on OpenBSD * Add Kibana dashboards: name <beatname> setup --dashboards command work * Remove modules (e.g. docker, k8, windows) and dashboards which are irrelevant on OpenBSD * Remove redundant pkg/README for filebeat and packetbeat Thanks to David Alten for detailed reports on various usability issues |
2020-09-22 11:59:25 by Pavel Korovin | Files touched by this commit (17) |
Log message: Update beats 7.8.1 -> 7.9.1 Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.9.1.html |
2020-07-30 05:01:34 by Pavel Korovin | Files touched by this commit (8) |
Log message: Update beats 7.8.0 -> 7.8.1 Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.8.1.html |
2020-07-01 06:04:47 by Pavel Korovin | Files touched by this commit (12) |
Log message: Update beats 7.7.0 -> 7.8.0 Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.8.0.html |
2020-05-14 15:53:07 by Pavel Korovin | Files touched by this commit (10) |
Log message: Update beats 7.6.2 -> 7.7.0 Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.7.0.html |
2020-04-03 20:56:10 by Pavel Korovin | Files touched by this commit (4) |
Log message: Update heartbeat 6.5.4 -> 7.6.2 Relase notes: https://www.elastic.co/guide/en/beats/libbeat/7.6/release-notes.html |