Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. peterc73

    Net-SNMP idle CPU time counter not rolling over

    I am running into an issue with the ssCpuRawIdle counter with a net-snmp agent running on Linux (Fedora, 2.6 kernel). I was using this and the other raw cpu counters to figure CPU load, and it was working fine on this and other boxes until the ssCpuRawIdle counter hit the max. value of an...
  2. peterc73

    What SNMP Management tool to use

    Having been using ScienceLogic EM7 for a couple of months now I would happily recommend looking at that as a cheaper/faster to deploy alternative to the framework products. It has a handy integrated ticketing system too if you need that.
  3. peterc73

    stop, start, restart services

    The net-snmp agent that is installed on most Linux systems supports SET functionality, though you will need to do some experimenting with the read/write oids that you want to change to make sure it does just what you want.
  4. peterc73

    Is it possible to send traps only with the mib?

    The MIB file doesn't really affect what a particular agent can send, it just allows you to interpret what the agent sends. Where you put the MIB on the client system is not material. Compiling or importing the MIB into a decent management console allows the trap or poll results from the agent...
  5. peterc73

    stop, start, restart services

    The old LAN Manager MIB (.1.3.6.1.4.1.77) will show a basic services table, but will not give you control over the services. SNMP Informant's WMI agent will give you a much more comprehensive solution, including the ability to force a service to stop or start using SNMP sets. It works very well!
  6. peterc73

    Consolidating Management Tools

    Thanks - I couldn't agree more regarding OpenView - NNM is pretty poor at event management... and ITO is too much money for what it does. I have been looking at OpenNMS and Nagios - I like them, they get me to about 70% of what I am looking for, and the price is right :) I'm still looking, but a...
  7. peterc73

    Consolidating Management Tools

    I've looked at about a dozen products over the last few weeks, most of which do just some of what I want. One of the more intriguing ones I am looking at is ScienceLogic EM7 - it seems to have a good set of features and a very slick GUI. Anybody come across this product? They have an A list of...
  8. peterc73

    network interface monitor

    The oids you need are the ifInOctets and ifOutOctets counters for each interface you want to measure. As the name implies, they count octets (effectively bytes) going in and out of each interface. As these are 32 bit counters, they can cycle quite often on busy interfaces, so you will probably...
  9. peterc73

    Use of Traps

    Traps can be defined with bound variables (varbinds) that are sent with the trap. The varbinds can be any of the standard SNMP data types, including an octet string, so yes, a trap can certainly include a text string passed as a variable.
  10. peterc73

    Consolidating Management Tools

    We have a network with a central office and several remote sites. It's a mostly Windows environment, with some Solaris and Linux. Cisco network gear. About 150 boxes of one sort or another... Over the years a bunch of different tools have been installed, each managing one piece of the IT...
  11. peterc73

    SNMP V3 support from Microsoft

    I'm afraid you are right - Microsoft does not support SNMP v3 in their Windows SNMP service. There are replacement services available, 3 I have come across: Mg-Soft which starts @ $98 for a single computer, $300 for 10. NuDesign $500 for 25. Marksw $20/each (looks like a single developer) I...

Part and Inventory Search

Back
Top