<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://nofu.jp/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://nofu.jp/wiki/feed.php">
        <title>のふ処|NOFUDOKORO freebsd:zabbix</title>
        <description></description>
        <link>https://nofu.jp/wiki/</link>
        <image rdf:resource="https://nofu.jp/wiki/lib/tpl/bootstrap3/images/favicon.ico" />
       <dc:date>2026-05-05T01:24:20+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://nofu.jp/wiki/freebsd/zabbix/install_zabbix_2_2?rev=1606991762"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://nofu.jp/wiki/lib/tpl/bootstrap3/images/favicon.ico">
        <title>のふ処|NOFUDOKORO</title>
        <link>https://nofu.jp/wiki/</link>
        <url>https://nofu.jp/wiki/lib/tpl/bootstrap3/images/favicon.ico</url>
    </image>
    <item rdf:about="https://nofu.jp/wiki/freebsd/zabbix/install_zabbix_2_2?rev=1606991762">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-03T19:36:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Zabbixでサーバ監視</title>
        <link>https://nofu.jp/wiki/freebsd/zabbix/install_zabbix_2_2?rev=1606991762</link>
        <description>Zabbixでサーバ監視

試した環境

Zabbixサーバのインストール


sudo portmaster net-mgmt/zabbix22-server


オプションはLIBXML2, SSHを追加してみた（特に理由はない）


For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is required. It is not needed to run Zabbix agent.
% cd /usr/local/share/zabbix22/server/database

PostgreSQL:
shell&gt; psql -U &lt;username&gt;
psql&gt; create database zabbix;
psql&gt; \q
shell&gt; cd database/postgresql
shell&gt; psql -U &lt;username&gt; zabbix &lt; schema.sql
shell&gt; psql -U &lt;username&gt; zabbix &lt; images.sql
shell&gt;…</description>
    </item>
</rdf:RDF>
