mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
sysutils/beats: final changes before release
This commit is contained in:
@@ -96,7 +96,7 @@ security/tor -- The Onion Router
|
||||
security/wazuh-agent -- Agent for the open source security platform Wazuh
|
||||
sysutils/apcupsd -- APCUPSD - APC UPS daemon
|
||||
sysutils/apuled -- PC Engine APU LED control (development only)
|
||||
sysutils/beats -- Send logs, network, metrics and heartbeat to Elasticsearch (development only)
|
||||
sysutils/beats -- Send logs, network, metrics and heartbeat to Elasticsearch
|
||||
sysutils/cpu-microcode -- CPU microcode updates
|
||||
sysutils/dec-hw -- Deciso hardware specific information
|
||||
sysutils/dmidecode -- Display hardware information on the dashboard
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
PLUGIN_NAME= beats
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_DEVEL= yes
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_COMMENT= Send logs, network, metrics and heartbeat to Elasticsearch
|
||||
PLUGIN_DEPENDS= beats8
|
||||
PLUGIN_MAINTAINER= 0xThiebaut
|
||||
|
||||
+1
@@ -40,6 +40,7 @@ class ServiceController extends ApiMutableServiceControllerBase
|
||||
protected static $internalServiceTemplate = 'OPNsense/Beats';
|
||||
protected static $internalServiceEnabled = 'enabled';
|
||||
protected static $internalServiceName = 'beats';
|
||||
|
||||
protected function reconfigureForceRestart()
|
||||
{
|
||||
return 0;
|
||||
|
||||
@@ -17,7 +17,8 @@ type:script
|
||||
message:restarting Filebeat
|
||||
|
||||
[status]
|
||||
command:/usr/local/etc/rc.d/filebeat status; exit 0
|
||||
command:/usr/local/etc/rc.d/filebeat status
|
||||
parameters:
|
||||
errors:no
|
||||
type:script_output
|
||||
message:requesting Filebeat status
|
||||
|
||||
Reference in New Issue
Block a user