Ad Widget

Collapse

Running check on specific time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • barbaros
    Member
    • Aug 2010
    • 32

    #1

    Running check on specific time

    Guys. I need to run some check, using script on my Linux box. The script checks if the external action was successful. VOIP server is copying its own configuration to the file server, then I use script to check if the files are there. VOIP server backups itself at 3 am, so I need to run my script after that, for example at 4 am. Is there any way to enforce Zabbix server to run the check at specific time? Or maybe I should run my script from cron and use zabbix_sender to send the results to Zabbix server?
  • kloczek
    Senior Member
    • Jun 2006
    • 1771

    #2
    Originally posted by barbaros
    Guys. I need to run some check, using script on my Linux box. The script checks if the external action was successful. VOIP server is copying its own configuration to the file server, then I use script to check if the files are there. VOIP server backups itself at 3 am, so I need to run my script after that, for example at 4 am. Is there any way to enforce Zabbix server to run the check at specific time? Or maybe I should run my script from cron and use zabbix_sender to send the results to Zabbix server?
    Add in your backup script using zabbix_sender to sent data about zabbix item which will have "zabbix trapper" item type.
    http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
    https://kloczek.wordpress.com/
    zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
    My zabbix templates https://github.com/kloczek/zabbix-templates

    Comment

    • barbaros
      Member
      • Aug 2010
      • 32

      #3
      Yes, it works! Thanks/dzięki .

      Comment

      Working...