Add new options for domain/ifalias resource collection
Description
Create two new reserved word options to use with the <ifAliasDomain> tag in collectd-configuration.xml packages.
Setting the ifAliasDomain to nodeid will cause the data to be stored in the directory rrd/snmp/<nodeid> where <nodeid> is the nodeid number of the parent resource.
Setting the ifAliasDomain to nodelabel will cause the data to be stored in the directory rrd/snmp/<nodelabel> where <nodelabel> is the node label of the parent resource.
These are particularly useful for single node domains, removing the need to define a separate package for each, and adding some viewing flexibility.
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Bill Ayres November 16, 2010 at 3:41 PM
s/trunk/master/
Bill Ayres November 16, 2010 at 3:37 PM
added to 1.8 (970e7037fe76f189fc3b931c96f5ba86bc7944c7) and cherry-picked to trunk (4c9e9ca5b7f25c44036988416eff6c93b5b2fbed)
Create two new reserved word options to use with the <ifAliasDomain> tag in collectd-configuration.xml packages.
Setting the ifAliasDomain to nodeid will cause the data to be stored in the directory rrd/snmp/<nodeid> where <nodeid> is the nodeid number of the parent resource.
Setting the ifAliasDomain to nodelabel will cause the data to be stored in the directory rrd/snmp/<nodelabel> where <nodelabel> is the node label of the parent resource.
These are particularly useful for single node domains, removing the need to define a separate package for each, and adding some viewing flexibility.