Ad Widget

Collapse

docker and powershell libraries

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexciv
    Junior Member
    • Aug 2018
    • 3

    #1

    docker and powershell libraries

    Dear Zabbix Community
    I use the docker zabbix-proxy-mysql but I have to run some script in powershell (i'm in a linux ubuntu environment)

    how can i add powershell libraries to docker proxy?
    thank you
  • rthonpm
    Member
    • Jan 2016
    • 41

    #2
    What does the PowerShell script do, and what does it monitor? You can install PowerShell in Ubuntu natively, but it sounds like your scripts expect something in Windows.

    Sent from my BBE100-5 using Tapatalk

    Comment

    • alexciv
      Junior Member
      • Aug 2018
      • 3

      #3
      in powershell control of external services.
      I use powershell for linux because it is a language I know best.
      The proxy has to run these scripts but being in the docker it doesn't recognize the powershell libraries in the native ubuntu.
      I thought about creating a custom docker image

      Comment

      • rthonpm
        Member
        • Jan 2016
        • 41

        #4
        That's likely going to be your best bet. I've generally only used PowerShell with Zabbix on Windows hosts to return rather simple data that correspond to a value mapping.

        Sent from my BBE100-5 using Tapatalk

        Comment

        Working...