diff options
author | jim-p <jimp@pfsense.org> | 2013-08-28 13:47:19 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-08-28 13:47:19 -0400 |
commit | 4e3879cf61b174570a0a27ab84fd32040e044222 (patch) | |
tree | a353518bf4c242304514ed823c22becf73432175 /config/zabbix2 | |
parent | e4651022d0b5b79684d60f0f52bbf3588ce6c943 (diff) | |
download | pfsense-packages-4e3879cf61b174570a0a27ab84fd32040e044222.tar.gz pfsense-packages-4e3879cf61b174570a0a27ab84fd32040e044222.tar.bz2 pfsense-packages-4e3879cf61b174570a0a27ab84fd32040e044222.zip |
Fixup a bunch of package service descriptions.
Diffstat (limited to 'config/zabbix2')
-rw-r--r-- | config/zabbix2/zabbix2-agent.xml | 2 | ||||
-rw-r--r-- | config/zabbix2/zabbix2-proxy.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/zabbix2/zabbix2-agent.xml b/config/zabbix2/zabbix2-agent.xml index 41ba26fb..55273a81 100644 --- a/config/zabbix2/zabbix2-agent.xml +++ b/config/zabbix2/zabbix2-agent.xml @@ -61,7 +61,7 @@ <name>zabbix_agentd</name> <rcfile>zabbix2_agentd.sh</rcfile> <executable>zabbix_agentd</executable> - <description>Zabbix Agent runs on a host being monitored. The agent provides host's performance and availability information for Zabbix Server.</description> + <description>Zabbix Agent host monitor daemon</description> </service> <tabs> <tab> diff --git a/config/zabbix2/zabbix2-proxy.xml b/config/zabbix2/zabbix2-proxy.xml index 4441df99..fcabedd9 100644 --- a/config/zabbix2/zabbix2-proxy.xml +++ b/config/zabbix2/zabbix2-proxy.xml @@ -61,7 +61,7 @@ <name>zabbix-proxy</name> <rcfile>zabbix2_proxy.sh</rcfile> <executable>zabbix_proxy</executable> - <description>Zabbix proxy is a process which collects performance and availability data from one or more monitored devices and sends the information to a Zabbix server</description> + <description>Zabbix proxy collection daemon</description> </service> <tabs> <tab> |