mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
sysutils/beats: final changes before release
This commit is contained in:
parent
10993e8298
commit
84904b71aa
4 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue