Ad Widget

Collapse

trigger UNKNOWN- user parameter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jvalen
    Junior Member
    • Mar 2006
    • 12

    #1

    trigger UNKNOWN- user parameter

    Hello:

    I have this trigger:

    oraarc mounted
    {server2:mounted-oraarc.last(0)}=1.0

    the user parameter is :

    UserParameter=mounted-oraarc, /etc/zabbix/mounted-oraarc.sh

    where mounted-oraarc.sh is:

    df | grep /oraarc/ora1 | wc -l | gawk '{print $1 }'

    this script send 1 or 0 if the /oraarc/ora1 exist.

    but the trigger always said UNKNOWN

    The item is defined as float.

    I am ussing 1.1b8 on a fedora core 4.

    thanks in advance

    Jorge V.s:'060518
Working...