| Any great network administrator will tell you that | | | | if there were an excessive number of |
| a successful management strategy includes not | | | | authentication failures. These little bits of |
| only proactive monitoring of the servers and | | | | information provide timely updates about bad (or |
| network by use of a polling mechanism, but also a | | | | sometimes good), things happening to critical |
| comprehensive fault management strategy, | | | | services and processes on the network. |
| including the smart capturing of SNMP Traps. | | | | So now you have your trap receiving system in |
| Advanced Fault Management products are now | | | | place. Now what? How does this integrate with |
| within reach for the average small and medium | | | | the rest of your processes? There is some setup |
| size businesses and their networks, with the | | | | involved, yet, once one spends some time getting |
| inclusion of some hot new monitoring products, | | | | used to the messages that arrive and doing some |
| both windows and linux based. These monitoring | | | | preliminary filtering and categorizing, the best |
| systems can discriminate between the important | | | | systems actually start to “learn” from the |
| and non-critical alarms, and notify the user when | | | | user-choices. These learned behavior heuristics |
| there is truly something worthy to look at. The | | | | can be applied automatically by the system to |
| rest is just noise, and good systems can easily | | | | find patterns and generalities in the data. Once |
| filter that out. | | | | these patterns are found, even more power is |
| What are SNMP traps? They are packets of | | | | harnessed by the system as it can filter out |
| information sent over the network by managed | | | | unwanted information or become even more |
| and unmanaged agents that have something to | | | | aware of critical information that may be hiding in |
| say. For example, an Oracle database | | | | the sea of messages being sent by hosts on the |
| administrator would be interested in hearing if the | | | | network. |
| database was about to run out of disk space, or | | | | |