Ad Widget

Collapse

Open-E DSS SAN monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • radicalbadger
    Junior Member
    • Apr 2013
    • 3

    #1

    Open-E DSS SAN monitoring

    Hi all

    I spent some time building a template for some basic disk, logical volume and raid status monitoring using the API of the Open-E storage solution (since there is none via SNMP). I thought someone might find it useful!

    I have attached the exported template. You will find details of the external script contents in the description of each item.

    You will need to complete a few pre-requisites for this to work:
    Enable API on Open-E gui, and export private keys.
    Copy keys to Zabbix server, and su to the zabbix user, then ssh to each SAN api and accept the key for the first time.
    Add a couple of macros to your SAN hosts:
    {$FILEPATH} (i use this twice, for the datadump from the api and the key file location. You could add a second path if you'd prefer your private keys elsewhere.
    {$PRIVKEY} Name of the private key exported for this host.
    Create your bash scripts accordingly in $FILEPATH

    Hopefully someone else finds this useful!
    Attached Files
  • sergochich
    Junior Member
    • Jul 2021
    • 1

    #2
    Good day, radicalbadger

    Could you explain the quoted text step by step. I am not good at macros.

    Add a couple of macros to your SAN hosts:
    {$FILEPATH} (i use this twice, for the datadump from the api and the key file location. You could add a second path if you'd prefer your private keys elsewhere.
    {$PRIVKEY} Name of the private key exported for this host.
    Create your bash scripts accordingly in $FILEPATH

    Thank you very much in advance

    Comment

    • gantherwood
      Junior Member
      • Aug 2021
      • 1

      #3
      Originally posted by radicalbadger
      Hi all

      I spent some time building a template for some basic disk, logical volume and raid status monitoring using the API of the Open-E storage solution (since there is none via SNMP). I thought someone might find it useful!

      I have attached the exported template. You will find details of the external script contents in the description of each item.

      You will need to complete a few pre-requisites for this to work:
      Enable API on Open-E gui, and export private keys.
      Copy keys to Zabbix server, and su to the zabbix user, then ssh to each SAN api and accept the key for the first time.
      Add a couple of macros to your SAN hosts:
      {$FILEPATH} (i use this twice, for the datadump from the api and the key file location. You could add a second path if you'd prefer your private keys elsewhere.
      {$PRIVKEY} Name of the private key exported for this host.
      Create your bash scripts accordingly in $FILEPATH

      Hopefully someone else finds this useful!
      hi ther
      can you explain what are you trying to tell here step by step please

      Comment

      Working...