<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.zabbix.com/wiki/lib/styles/feed.css" 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="http://www.zabbix.com/wiki/feed.php">
        <title>&lt;a href=&quot;http://www.zabbix.com&quot;&gt;&lt;img src=&quot;http://www.zabbix.com/img/zabbix1.png&quot;&gt;&lt;/a&gt;</title>
        <description></description>
        <link>http://www.zabbix.com/wiki/</link>
        <image rdf:resource="http://www.zabbix.com/wiki/lib/images/favicon.ico" />
       <dc:date>2008-12-04T11:44:05+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.zabbix.com/wiki/doku.php?id=howto:aixuserparameter&amp;amp;rev=1228298281&amp;do=diff1228298281"/>
                <rdf:li rdf:resource="http://www.zabbix.com/wiki/doku.php?id=start&amp;amp;rev=1228298128&amp;do=diff1228298128"/>
                <rdf:li rdf:resource="http://www.zabbix.com/wiki/doku.php?id=howto:zabbix_proxy_on_debian_sqlite&amp;amp;rev=1227629221&amp;do=diff1227629221"/>
                <rdf:li rdf:resource="http://www.zabbix.com/wiki/doku.php?id=howto:index&amp;amp;rev=1227629138&amp;do=diff1227629138"/>
                <rdf:li rdf:resource="http://www.zabbix.com/wiki/doku.php?id=contrib:ideas&amp;amp;rev=1227350342&amp;do=diff1227350342"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.zabbix.com/wiki/lib/images/favicon.ico">
        <title><a href="http://www.zabbix.com"><img src="http://www.zabbix.com/img/zabbix1.png"></a></title>
        <link>http://www.zabbix.com/wiki/</link>
        <url>http://www.zabbix.com/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.zabbix.com/wiki/doku.php?id=howto:aixuserparameter&amp;amp;rev=1228298281&amp;do=diff1228298281">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-03T10:58:01+01:00</dc:date>
        <dc:creator>pierre-hoffmann</dc:creator>
        <title>howto:aixuserparameter</title>
        <link>http://www.zabbix.com/wiki/doku.php?id=howto:aixuserparameter&amp;amp;rev=1228298281&amp;do=diff1228298281</link>
        <description>The AIX client lacks a couple basic monitoring checks, there are probably easier ways of doing this, but it works.

To use them add them to the end of your /etc/zabbix/zabbix_agentd.conf and restart the zabbix_agentd


UserParameter=cpu.load1,/usr/bin/uptime | /usr/bin/awk '{for (i = NF-2; i &gt; NF-3; --i) print $i}' | /usr/bin/awk -F , '{print $1}'
UserParameter=cpu.load5,/usr/bin/uptime | /usr/bin/awk '{for (i = NF-1; i &gt; NF-2; --i) print $i}' | /usr/bin/awk -F , '{print $1}'
UserParameter=cpu.l…</description>
    </item>
    <item rdf:about="http://www.zabbix.com/wiki/doku.php?id=start&amp;amp;rev=1228298128&amp;do=diff1228298128">
        <dc:format>text/html</dc:format>
        <dc:date>2008-12-03T10:55:28+01:00</dc:date>
        <dc:creator>pierre-hoffmann</dc:creator>
        <title>start</title>
        <link>http://www.zabbix.com/wiki/doku.php?id=start&amp;amp;rev=1228298128&amp;do=diff1228298128</link>
        <description>[Array]

The Wiki is created to share ZABBIX knowledge and experience.  Feel free to participate!

Use your ZABBIX Forum user name and password for write access to Wiki. :!:

Wiki

	*  Quick Syntax Guide
	*  Share your ideas about ZABBIX Wiki

TODO

	*  ZABBIX Team TODO List</description>
    </item>
    <item rdf:about="http://www.zabbix.com/wiki/doku.php?id=howto:zabbix_proxy_on_debian_sqlite&amp;amp;rev=1227629221&amp;do=diff1227629221">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-25T17:07:01+01:00</dc:date>
        <dc:creator>surlyjake</dc:creator>
        <title>howto:zabbix_proxy_on_debian_sqlite</title>
        <link>http://www.zabbix.com/wiki/doku.php?id=howto:zabbix_proxy_on_debian_sqlite&amp;amp;rev=1227629221&amp;do=diff1227629221</link>
        <description>Verified to work on Debian 4.0r4  with Zabbix version 1.6 on October 9, 2008. This is a super light weight way to get a zabbix proxy up and running without the overhead of running a mysql database. sqlite is basically an entire database that lives inside of a single file. The 1.6 docs say that zabbix will create a database if none exists. This is only true for sqlite.</description>
    </item>
    <item rdf:about="http://www.zabbix.com/wiki/doku.php?id=howto:index&amp;amp;rev=1227629138&amp;do=diff1227629138">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-25T17:05:38+01:00</dc:date>
        <dc:creator>surlyjake</dc:creator>
        <title>howto:index</title>
        <link>http://www.zabbix.com/wiki/doku.php?id=howto:index&amp;amp;rev=1227629138&amp;do=diff1227629138</link>
        <description>You find some ways to make ZABBIX do what you wanted that was not available ‘right-out-the-box’? Please, describe how to for other users :)  Or, if you’re looking for help and documentation on some of ZABBIX’s functionality and how you can use it, then keep reading.</description>
    </item>
    <item rdf:about="http://www.zabbix.com/wiki/doku.php?id=contrib:ideas&amp;amp;rev=1227350342&amp;do=diff1227350342">
        <dc:format>text/html</dc:format>
        <dc:date>2008-11-22T11:39:02+01:00</dc:date>
        <dc:creator>richlv</dc:creator>
        <title>contrib:ideas - new graph related suggestions</title>
        <link>http://www.zabbix.com/wiki/doku.php?id=contrib:ideas&amp;amp;rev=1227350342&amp;do=diff1227350342</link>
        <description>Feature suggestions should be added and described here. Description should be as specific as possible, to the point of being usable as a development specification. Implemented items should be moved to the appropriate section, noting, if possible the svn revision that added the feature to trunk and first stable version to have that feature. Description should be contained on this page, information from forum posts should be moved here &amp; improved upon.</description>
    </item>
</rdf:RDF>
