Ad Widget

Collapse

Trigger just added. No status update so far.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adolfo.baeza
    Junior Member
    • Nov 2013
    • 3

    #1

    Trigger just added. No status update so far.

    friends:
    I have the following problem, is that I am working with dbforbix and use the template oracle throws me the following error "Trigger just added. status No update so far." since it has been several days and still the same error.

    I need your help, thanks!
  • pawan.linux@yahoo.in
    Junior Member
    • Aug 2014
    • 6

    #2
    Trigger just added. No status update so far.

    Hi All,

    I had created a item "Linux.cron-status" for ubuntu and redhat, centos instances.

    and added towards twice instances Userparameter=Linux.cron-status,/mnt/script.sh

    => When i given the command:
    zabbix_agentd -t Linux.cron-status
    Linux.cron-status [t|Cron service stopped on Ubuntu Machine]

    => in zabbix server also show working.
    zabbix_get -s IP -p 10050 -k "Linux.cron-status"
    Crond service running on Redhat Machine

    when i monitoring, trigger says "Trigger just added. No status update so far."
    not coming any updates.
    Attached Files

    Comment

    • rishuoberoi
      Junior Member
      • Dec 2014
      • 7

      #3
      did you find a solution to this?

      Comment

      • aib
        Senior Member
        • Jan 2014
        • 1615

        #4
        Originally posted by [email protected]
        => in zabbix server also show working.
        zabbix_get -s IP -p 10050 -k "Linux.cron-status"
        Crond service running on Redhat Machine
        Your Item has a type "Text" - because Key return string "Crond service running on Redhat Machine". Is it correct?

        Why in the Trigger your compare the last value with number zero (0) ?
        What do you mean?

        If you have a Text parameter, you have to compare the Text string with some Text example.
        For example:
        Code:
        {hostname:Linux.cron-status.str("stopped")}<>1
        Sincerely yours,
        Aleksey

        Comment

        Working...