<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Forwarding the event type by SNMP Trap in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512200#M39132</link>
    <description>When HPSIM gets an SNMP trap from a server (e.g. failed device) then it uses the MIBs compiled into HPSIM to provide the detail.&lt;BR /&gt;&lt;BR /&gt;If you ask HPSIM to forward that SNMP Trap then it will do that. But it is then up to the application that the trap is being forwarded to, to provide the detail.&lt;BR /&gt;&lt;BR /&gt;If I understand SNMP Traps correctly the trap itself is just a series of numbers (the OID).&lt;BR /&gt;Editing anything in HPSIM will not help.&lt;BR /&gt;So, if the application is Nagios then it would be Nagios that needs to interpret the trap and provide the detail. If it can't then you'll need to let HP SIM do that for you.</description>
    <pubDate>Sun, 18 Oct 2009 18:24:19 GMT</pubDate>
    <dc:creator>Rob Buxton</dc:creator>
    <dc:date>2009-10-18T18:24:19Z</dc:date>
    <item>
      <title>Forwarding the event type by SNMP Trap</title>
      <link>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512194#M39126</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;I am forwarding incoming SNMP Traps to another server where an application called "Advanced Host Monitor" is running. This application alerts me when it gets a Trap by HP SIM.&lt;BR /&gt;Unfortunately it replies me the Hostname of the Server, from where the failure originally comes from. For the first this is quite good and shows me that everything is working properly, but:&lt;BR /&gt;&lt;BR /&gt;I don't want to be alerted about the Hostname, but the "Event type"-message. So for me the question is: "What kind of informations do the forwarded traps by hp sim include?" Seems for me as if it is only the related Hostname..&lt;BR /&gt;&lt;BR /&gt;How can I get to my aim? Do I have to change sth. in the MIB-File? Or any other ideas?&lt;BR /&gt;&lt;BR /&gt;appreciate your help!</description>
      <pubDate>Mon, 12 Oct 2009 12:18:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512194#M39126</guid>
      <dc:creator>Kenan Cakir</dc:creator>
      <dc:date>2009-10-12T12:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding the event type by SNMP Trap</title>
      <link>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512195#M39127</link>
      <description>Hi. Many, but not all, traps contain a variable named sysName that is set to the hostname of the system that generated the event. You'll have to get clever with the mibs to get it working. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here are two traps to illustrate my point: they are similar but one has sysName and the other does not. Looking at the mib is the only way to know what information a trap carries.&lt;BR /&gt;&lt;BR /&gt;cpqHoGenericTrap TRAP-TYPE&lt;BR /&gt;      ENTERPRISE compaq&lt;BR /&gt;      VARIABLES { cpqHoGenericData }&lt;BR /&gt;      --#SUMMARY "%s"&lt;BR /&gt;      --#ARGUMENTS {0}&lt;BR /&gt;      --#SEVERITY MAJOR&lt;BR /&gt;      --#TIMEINDEX 99&lt;BR /&gt;      --#TYPE "Generic trap (11001)"&lt;BR /&gt;      --#ENABLE true&lt;BR /&gt;      --#CATEGORY "Proliant Miscellaneous Events"&lt;BR /&gt;DESCRIPTION "Generic trap."&lt;BR /&gt;      ::= 11001&lt;BR /&gt;&lt;BR /&gt;cpqHo2GenericTrap TRAP-TYPE&lt;BR /&gt;      ENTERPRISE compaq&lt;BR /&gt;      VARIABLES { sysName, cpqHoTrapFlags, cpqHoGenericData }&lt;BR /&gt;      --#SUMMARY "%s"&lt;BR /&gt;      --#ARGUMENTS {2}&lt;BR /&gt;      --#SEVERITY MAJOR&lt;BR /&gt;      --#TIMEINDEX 99&lt;BR /&gt;      --#MSG_FORMATTER "$V3V#Text: #"&lt;BR /&gt;      --#TYPE "Generic trap (11003)"&lt;BR /&gt;      --#ENABLE true&lt;BR /&gt;      --#CATEGORY "Proliant Miscellaneous Events"&lt;BR /&gt;DESCRIPTION "Generic trap."&lt;BR /&gt;      ::= 11003&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Oct 2009 07:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512195#M39127</guid>
      <dc:creator>Alexander A</dc:creator>
      <dc:date>2009-10-14T07:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding the event type by SNMP Trap</title>
      <link>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512196#M39128</link>
      <description>"&lt;BR /&gt;cpqHo2GenericTrap TRAP-TYPE&lt;BR /&gt;ENTERPRISE compaq&lt;BR /&gt;VARIABLES { sysName, cpqHoTrapFlags, cpqHoGenericData }&lt;BR /&gt;--#SUMMARY "%s"&lt;BR /&gt;--#ARGUMENTS {2}&lt;BR /&gt;--#SEVERITY MAJOR&lt;BR /&gt;--#TIMEINDEX 99&lt;BR /&gt;--#MSG_FORMATTER "$V3V#Text: #"&lt;BR /&gt;--#TYPE "Generic trap (11003)"&lt;BR /&gt;--#ENABLE true&lt;BR /&gt;--#CATEGORY "Proliant Miscellaneous Events"&lt;BR /&gt;DESCRIPTION "Generic trap."&lt;BR /&gt;::= 11003&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;This was also my thought.&lt;BR /&gt;So I removed the variable "sysName" to watch what will happen. But no effect. Again it shows me the hostname (sysName)&lt;BR /&gt;&lt;BR /&gt;Do you know which variable stands for the "Event Type"-message?&lt;BR /&gt;&lt;BR /&gt;Do I need to restart sth. when I change a MIB? Or any other ideas?&lt;BR /&gt;&lt;BR /&gt;So my aim is to deliver the "Event Type"(Generic trap (11003))... see picture:</description>
      <pubDate>Wed, 14 Oct 2009 08:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512196#M39128</guid>
      <dc:creator>Kenan Cakir</dc:creator>
      <dc:date>2009-10-14T08:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding the event type by SNMP Trap</title>
      <link>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512197#M39129</link>
      <description>Editing the Mib will not change the trap recieved or sent, it will only "break" the interpretation of the event in HPSIM.&lt;BR /&gt;&lt;BR /&gt;You need to know that, what HPSIM show as "Event Type" is the interpretation of the event; that string is not sent in the trap itself. What the MIB that contains the definition of the 11003 trap say is that: events with this specific OID (.1.3.6.1.4.1.232.0.11003) has these three variables (sysName, cpqHoTrapFlags, cpqHoGenericData) and the description of this trap is "Generic event".&lt;BR /&gt;&lt;BR /&gt;If you want your other monitoring application to show you "Generic trap" you need to somehow tell it that traps with the IOD .1.3.6.1.4.1.232.0.11003 means "Generic Trap". An application that is build to handle SNMP often has the ability to import MIBs to correctly interpret the messages. In other applications, like Microsoft SCOM, you have to manually create a rule to accept this trap and you add the description "Generic Trap" yourself, along with any variables contained in the trap you want to see.&lt;BR /&gt;&lt;BR /&gt;In addition to interpreting the message OID, you need to interpret the variables. These also has a discription. The definition of the variable "sysName" is, as stated in the cpqhost.mib, imported from RFC1213-MIB.</description>
      <pubDate>Wed, 14 Oct 2009 10:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512197#M39129</guid>
      <dc:creator>Alexander A</dc:creator>
      <dc:date>2009-10-14T10:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding the event type by SNMP Trap</title>
      <link>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512198#M39130</link>
      <description>thank you for the first. i will look what i can do and inform you about my advancement tomorrow.. bye</description>
      <pubDate>Wed, 14 Oct 2009 12:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512198#M39130</guid>
      <dc:creator>Kenan Cakir</dc:creator>
      <dc:date>2009-10-14T12:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding the event type by SNMP Trap</title>
      <link>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512199#M39131</link>
      <description>I tried many things without success.&lt;BR /&gt;My monitoring application (Advanced Host Monitor by KS Soft) has a "MIB Browser". It can only load/append MIB-Files but not edit them. So I'm not able to say that OID 1.3.6.1.4.1.232.11003 belongs to the value "Generic Trap", particularly it cannot find the OID xx.11003 but only xx.232, so the enterprise (compaq).&lt;BR /&gt;So, do you know what to do? Can I use another "MIB-editor"-software? Are there any?</description>
      <pubDate>Fri, 16 Oct 2009 08:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512199#M39131</guid>
      <dc:creator>Kenan Cakir</dc:creator>
      <dc:date>2009-10-16T08:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarding the event type by SNMP Trap</title>
      <link>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512200#M39132</link>
      <description>When HPSIM gets an SNMP trap from a server (e.g. failed device) then it uses the MIBs compiled into HPSIM to provide the detail.&lt;BR /&gt;&lt;BR /&gt;If you ask HPSIM to forward that SNMP Trap then it will do that. But it is then up to the application that the trap is being forwarded to, to provide the detail.&lt;BR /&gt;&lt;BR /&gt;If I understand SNMP Traps correctly the trap itself is just a series of numbers (the OID).&lt;BR /&gt;Editing anything in HPSIM will not help.&lt;BR /&gt;So, if the application is Nagios then it would be Nagios that needs to interpret the trap and provide the detail. If it can't then you'll need to let HP SIM do that for you.</description>
      <pubDate>Sun, 18 Oct 2009 18:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/forwarding-the-event-type-by-snmp-trap/m-p/4512200#M39132</guid>
      <dc:creator>Rob Buxton</dc:creator>
      <dc:date>2009-10-18T18:24:19Z</dc:date>
    </item>
  </channel>
</rss>

