Ad Widget

Collapse

Firmware upgrade, configuration backups

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Crypty
    Member
    • Jul 2012
    • 80

    #1

    Firmware upgrade, configuration backups

    Hi everybody,

    We have a product which needs some tasks to be done from time to time. Like backuping the configuration, upgrading the firmware, ... But so far, we need to go to the web interface and do it manually. OR we can login via SSH and do it manually via a command line.

    Another option I found is executing some external script, but this script must be triggered/run every X hours/days (based on Item configuration). Or it needs to be enabled/disabled for individual host, ...

    Is there any kind of possibility thanks to which I would be able to click on the host and except the PING test, TRACEROUTE, OS - there would also be a link saying "Firmware upgrade" or "Configuration backup" which would execute some bash script doing the task? And maybe even some log about whether it was successful or not... Similar to those PING, ... popup windows.

    Is it possible? And not to lose it after Zabbix upgrade (e.g. now from 3.0.1 to some future version).

    Thanks guys!
  • Crypty
    Member
    • Jul 2012
    • 80

    #2
    Hi,

    I found that I can add scripts and the appeart next to those traceroute, ping, OS options...

    I will find more information how to use it...
    Last edited by Crypty; 04-03-2016, 17:06.

    Comment


    • wpagane
      wpagane commented
      Editing a comment
      Hi, did you find some resolution regarding this topic? I'm experiencing the same "Dilema"... how to upgrade Firmware automatically.
  • Crypty
    Member
    • Jul 2012
    • 80

    #3
    Hi,

    Is there any possibility to have SUBMENUS within this "Script" menu?

    E.g. For the pre-defined PING script, instead of executing ping, open a submenu and select whether 3, 10 or 50 probes will be sent...

    Comment

    • Crypty
      Member
      • Jul 2012
      • 80

      #4
      Hi,

      I would say, so far, we do not do the FW upgrades via Zabbix, but I could run it manually from the maps for example.

      For some kind of automatic, I might go via 'crontab' ... Or also, if you have a script ready, you can really set the time for the item once a day and checking the current FW in the unit compared with the required version.

      Once you have a bash script, it can work OK I think.

      Comment

      Working...