Changes: * Fix OpenBSD cpu.sh output to match others * Fix OpenBSD df.sh output (no need for %% here) * Do not use sudo or doas when running as root * Use #!/usr/bin/env bash to support OpenBSD in run_nix_ta_commands * Fix rsyslog example to trim whitespace in run_nix_ta_commands * Add /usr/local/sbin:/usr/local/bin to PATH in run_nix_ta_commands * Fix getting hour and minute for OpenBSD in run_nix_ta_commands "08" shows up to printf as octal * Support difference in OpenBSD logger command: Requires modifying /etc/syslog.conf and setting facility in /etc/nix_ta.conf
30 lines
515 B
Text
30 lines
515 B
Text
##
|
|
## SPDX-FileCopyrightText: 2024 Splunk, Inc.
|
|
## SPDX-License-Identifier: LicenseRef-Splunk-8-2021
|
|
##
|
|
##
|
|
|
|
[install]
|
|
is_configured = false
|
|
state = enabled
|
|
build = 1720176219
|
|
|
|
[ui]
|
|
setup_view = ta_nix_configuration
|
|
is_visible = true
|
|
label = Technical Add-on for Unix and Linux
|
|
docs_section_override = AddOns:released
|
|
|
|
[launcher]
|
|
author = Michael Erdely
|
|
version = 9.2.0.10
|
|
description = Technical Add-on for Unix and Linux
|
|
|
|
#[package]
|
|
#id = TA-unix
|
|
#check_for_updates = true
|
|
|
|
[id]
|
|
name = TA-unix
|
|
version = 9.2.0.10
|
|
|