1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
|
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd">
<?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?>
<packagegui>
<copyright>
<![CDATA[
/* $Id$ */
/* ====================================================================================== */
/*
zabbix-agent-lts.xml
part of pfSense (https://www.pfSense.org/)
Copyright (C) 2013 Danilo G. Baio
Copyright (C) 2013 Marcello Coutinho
Copyright (C) 2015 ESF, LLC
All rights reserved.
*/
/* ====================================================================================== */
/*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
/* ====================================================================================== */
]]>
</copyright>
<name>zabbixagentlts</name>
<title>Services: Zabbix Agent LTS</title>
<category>Monitoring</category>
<version>0.8.9</version>
<include_file>/usr/local/pkg/zabbix-agent-lts.inc</include_file>
<addedit_string>Zabbix Agent LTS has been created/modified.</addedit_string>
<delete_string>Zabbix Agent LTS has been deleted.</delete_string>
<additional_files_needed>
<item>https://packages.pfsense.org/packages/config/zabbix-agent-lts/zabbix-agent-lts.inc</item>
<prefix>/usr/local/pkg/</prefix>
</additional_files_needed>
<additional_files_needed>
<item>https://packages.pfsense.org/packages/config/zabbix-agent-lts/zabbix-agent-lts.priv.inc</item>
<prefix>/etc/inc/priv/</prefix>
</additional_files_needed>
<menu>
<name>Zabbix Agent LTS</name>
<section>Services</section>
<url>/pkg_edit.php?xml=zabbix-agent-lts.xml&id=0</url>
</menu>
<service>
<name>zabbix_agentd_lts</name>
<rcfile>zabbix_agentd_lts.sh</rcfile>
<executable>zabbix_agentd</executable>
<description>Zabbix Agent LTS Host Monitor Daemon</description>
</service>
<tabs>
<tab>
<text>Agent</text>
<url>/pkg_edit.php?xml=zabbix-agent-lts.xml&id=0</url>
<active />
</tab>
</tabs>
<advanced_options>enabled</advanced_options>
<fields>
<field>
<name>Zabbix Agent LTS Settings</name>
<type>listtopic</type>
</field>
<field>
<fielddescr>Enable</fielddescr>
<fieldname>agentenabled</fieldname>
<description>Enable Zabbix Agent LTS service.</description>
<type>checkbox</type>
</field>
<field>
<fielddescr>Server</fielddescr>
<fieldname>server</fieldname>
<description>List of comma delimited IP addresses (or hostnames) of ZABBIX servers.</description>
<type>input</type>
<size>60</size>
</field>
<field>
<fielddescr>Server Active</fielddescr>
<fieldname>serveractive</fieldname>
<description>List of comma delimited IP:port (or hostname:port) pairs of Zabbix servers for active checks.</description>
<type>input</type>
<size>60</size>
</field>
<field>
<fielddescr>Hostname</fielddescr>
<fieldname>hostname</fieldname>
<description>Unique, case sensitive hostname. Required for active checks and must match hostname as configured on the Zabbix server.</description>
<type>input</type>
<size>60</size>
</field>
<field>
<fielddescr>Listen IP</fielddescr>
<fieldname>listenip</fieldname>
<default_value>0.0.0.0</default_value>
<type>input</type>
<size>60</size>
<description>Listen IP for connections from the server. (Default: 0.0.0.0 - all interfaces)</description>
</field>
<field>
<fielddescr>Listen Port</fielddescr>
<fieldname>listenport</fieldname>
<default_value>10050</default_value>
<type>input</type>
<size>5</size>
<description>Listen port for connections from the server. (Default: 10050)</description>
</field>
<field>
<fielddescr>Refresh Active Checks</fielddescr>
<fieldname>refreshactchecks</fieldname>
<default_value>120</default_value>
<type>input</type>
<size>5</size>
<description>The agent will refresh list of active checks once per this number of seconds. (Default: 120)</description>
</field>
<field>
<fielddescr>Timeout</fielddescr>
<fieldname>timeout</fieldname>
<default_value>3</default_value>
<type>input</type>
<size>5</size>
<description>
<![CDATA[
Do not spend more that N seconds on getting requested value.<br />
Note: The agent does not kill timeouted User Parameters processes!<br />
(Default: 3. Valid range: 1-30)
]]>
</description>
</field>
<field>
<fielddescr>Buffer Send</fielddescr>
<fieldname>buffersend</fieldname>
<default_value>5</default_value>
<type>input</type>
<size>5</size>
<description>
<![CDATA[
Do not keep data longer than N seconds in buffer.<br />
(Default: 5. Valid range: 1-3600)
]]>
</description>
</field>
<field>
<fielddescr>Buffer Size</fielddescr>
<fieldname>buffersize</fieldname>
<default_value>100</default_value>
<type>input</type>
<size>5</size>
<description>
<![CDATA[
Maximum number of values in the memory buffer. The agent will send all collected data to Zabbix server or proxy if the buffer is full.<br />
(Default: 100. Valid range: 2-65535)
]]>
</description>
</field>
<field>
<fielddescr>Start Agents</fielddescr>
<fieldname>startagents</fieldname>
<default_value>3</default_value>
<type>input</type>
<size>5</size>
<description>
<![CDATA[
Number of pre-forked instances of zabbix_agentd that process passive checks.<br />
Note: Setting to 0 disables passive checks and the agent will not listen on any TCP port.<br />
(Default: 3. Valid range: 0-100)
]]>
</description>
</field>
<field>
<fielddescr>User Parameters</fielddescr>
<fieldname>userparams</fieldname>
<encoding>base64</encoding>
<type>textarea</type>
<rows>5</rows>
<cols>50</cols>
<description>
<![CDATA[
User-defined parameter(s) to monitor. There can be multiple user-defined parameters.<br />
Example: <em>UserParameter=users,who|wc -l</em>
]]>
</description>
<advancedfield/>
</field>
</fields>
<custom_php_install_command>
sync_package_zabbix_agent_lts();
</custom_php_install_command>
<custom_php_validation_command>
validate_input_zabbix_agent_lts($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
sync_package_zabbix_agent_lts();
</custom_php_resync_config_command>
<custom_php_deinstall_command>
php_deinstall_zabbix_agent_lts();
</custom_php_deinstall_command>
</packagegui>
|