Ad Widget

Collapse

V7300 from Storage IBM

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • salvatoregrilletta
    Junior Member
    • Apr 2017
    • 5

    #1

    V7300 from Storage IBM

    Hi all,
    I'm trying to use this template for have some monitoring about my two V7300.
    I have upload the template and created the two hosts.
    I have configurated the hosts for snmp and for normal use of zabbix agent.

    I think the v7300 send snmp only if it have some problem.
    No good for inventory.
    So snmp is red. No good for me.
    No zabbix agent so also Zabbix is red.

    Well what i want to use this template and its scripts:
    Template.IBM.Storage.Storwize.V3700
    Contribute to gabohuber/Zabbix-Template-IBM-Storage-Storwize-V3700 development by creating an account on GitHub.


    I don't find documentation about this template.

    My little questions from a newbie:
    - where i must put its scripts *.sh ?
    - where i must configure something to use these scripts ?
    - I see that it use ssh connection to v7300 without password and with one "zabbix" user.

    Some have experiences with this hardware and its monitoring ?
    Do you have other template to reccomend ?

    Thanks in advance
    Salvatore
  • batchenr
    Senior Member
    • Sep 2016
    • 440

    #2
    My little questions from a newbie:
    - where i must put its scripts *.sh ?
    - where i must configure something to use these scripts ?
    - I see that it use ssh connection to v7300 without password and with one "zabbix" user.

    Some have experiences with this hardware and its monitoring ?
    Do you have other template to reccomend ?
    hi - first of all did you try snmpwalk to the server to if it connects ?
    like that :

    snmpwalk -v 2c -c$COMUNTYNAME $IPADDRESS

    if you use snmp3 then with user and pass

    Comment

    • salvatoregrilletta
      Junior Member
      • Apr 2017
      • 5

      #3
      Thanks for your time.

      I receive Timeout: No Response from .......

      From the documentation i can read that send a message only when some event has occurred: no information message about location or good status

      ----------------------------
      Each event that the system detects is assigned an event type of Alert or Messages.


      Table 2. Event types
      Event type Description
      Alerts An Alert is sent to indicate a problem that you need to investigate and resolve immediately. These event types can indicate a serious problem with the system, such as a hardware failure or a unexpected condition that requires resolution.
      Messages A message is an informational event that shows status of operations that are running on the system.
      ------------------------------

      For this reason i'm looking other way to have performance information.

      Comment

      • batchenr
        Senior Member
        • Sep 2016
        • 440

        #4
        Originally posted by salvatoregrilletta
        Thanks for your time.

        I receive Timeout: No Response from .......

        From the documentation i can read that send a message only when some event has occurred: no information message about location or good status

        ----------------------------
        Each event that the system detects is assigned an event type of Alert or Messages.


        Table 2. Event types
        Event type Description
        Alerts An Alert is sent to indicate a problem that you need to investigate and resolve immediately. These event types can indicate a serious problem with the system, such as a hardware failure or a unexpected condition that requires resolution.
        Messages A message is an informational event that shows status of operations that are running on the system.
        ------------------------------

        For this reason i'm looking other way to have performance information.
        if you get no response on snmpwalk then there is no way something will work - focus on solving this first.

        se if in you device everything sets right on snmp settings if you have the same community name
        if it is using snmp 2 or 3

        Comment

        Working...