Config files
- OID - sets a variable to SNMP OID
- OID hrSystemNumUsers 1.3.6.1.2.1.25.1.5.0
- dataSource - tells where, how and the kind of data.
- datasource hrSystemNumUsers
- ds-source = snmp://%snmp%/hrSystemNumUsers
- rrd-ds-type = GAUGE
- targetType - tells what to gather and what to view
- targetType System
- ds = "hrSystemNumUsers"
- view = "Users: hrSystemNumUsers"
- graph - tells how to graph each variable
- graph hrSystemNumUsers
- color = dark-green
- draw-as = AREA
- y-axis = "Users"
- units = "Users"
- legend = "# of Users"
- precision = integer
Notes:
No notes for slide 16