-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af1e62f
commit 192e829
Showing
5 changed files
with
159 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
apiVersion: v1 | ||
appVersion: 4.0 | ||
description: Zabbix monitoring agent for cluster-wide deployment | ||
apiVersion: v2 | ||
name: zabbix-agent | ||
version: 0.2.1 | ||
description: Zabbix monitoring agent for cluster-wide deployment | ||
type: application | ||
version: 0.3.0 | ||
appVersion: ubuntu-4.0-latest | ||
icon: https://assets.zabbix.com/img/logo.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
labels: | ||
io.cattle.role: project | ||
categories: | ||
- Monitoring | ||
questions: | ||
- variable: zabbix.serverHost | ||
default: "" | ||
description: "IP Address of your Zabbix Server" | ||
label: Server IP | ||
type: string | ||
required: true | ||
group: Essential | ||
- variable: zabbix.enableRemoteCommands | ||
default: "0" | ||
description: "Whether to allow remote commands from the Zabbix Server to the agent." | ||
type: enum | ||
options: | ||
- "0" | ||
- "1" | ||
required: false | ||
group: Essential | ||
- variable: zabbix.debugLevel | ||
default: 3 | ||
label: Agent Debug Level | ||
description: "0-basic info, 1-critical info, 2-error info, 3-warnings, 4-debug, 5-extended debug" | ||
type: int | ||
min: 0 | ||
max: 5 | ||
group: Advanced | ||
- variable: zabbix.refreshActiveChecks | ||
default: 120 | ||
label: Refresh Active Checks | ||
description: "Interval to refresh list of active checks (in seconds)." | ||
type: int | ||
min: 60 | ||
max: 3600 | ||
group: Advanced | ||
- variable: zabbix.startAgents | ||
default: 10 | ||
label: Start Agents | ||
description: "Number of pre-allocated instances of zabbix_agentd for passive checks." | ||
type: int | ||
min: 0 | ||
max: 99 | ||
group: Advanced | ||
- variable: zabbix.timeout | ||
default: 30 | ||
label: "Timeout" | ||
description: "Timeout when fetching values (in seconds). The agent will not abort user parameters execution when reaching this limit!" | ||
type: int | ||
min: 1 | ||
max: 255 | ||
group: Advanced |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters