Ad Widget

Collapse

no Data is showing up in my zabbix-server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RattleS
    Junior Member
    • Oct 2008
    • 4

    #1

    no Data is showing up in my zabbix-server

    Hi,

    i try to monitor the amount of processes of "AppleFileServer"

    my zabbix_agentd.conf looks like this:
    Code:
    nano /etc/zabbix/zabbix_agentd.conf
    
    UserParameter=AppleFileServer,ps auxc | grep AppleFileServer | grep -v grep | wc -l
    If i execute the command on the command-line i get the following:
    Code:
    root@Apogee-1-neu:/Users/zabbix > ps auxc | grep AppleFileServer | grep -v grep | wc -l
           2
    Even if i do:
    Code:
    root@Apogee-1-neu:/Users/zabbix > /usr/local/zabbix/bin/zabbix_agentd -p
    net.tcp.service[ssh,127.0.0.1,22]             [u|1]
    net.tcp.service.perf[ssh,127.0.0.1,22]        [d|0.124031]
    TruBlueEnvironment                            [t|       1]
    DirectoryService                              [t|       1]
    [B]AppleFileServer                               [t|       2][/B]
    so the zabbix_agentd gets the right values.

    But when i try to ask the Data over the Web-Interface, i always get 0, no matter which type of Data i try (Character, float, numeric, etc.)
    Its ALWAYS 0.

    Does somebody else has this problem or can sumone give me a hint in the right Direction?

    Ah, here are my specs:

    Zabbix-Server: v1.6@ubuntu-server
    Zabbix-Client: ZABBIX Agent (daemon) v1.4 (29 May 2007)
    Hardware for the Client-Side: Darwin Apogee-1-neu 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc

    Any help would be really appreciated...

    Thanks, RattleS
    Last edited by RattleS; 03-11-2008, 18:53.
Working...