How do I tell collector to ignore disks, network interfaces, etc?
• Use the ignore file: /usr/local/yaketystats/etc/ignores Here’s an ignore file with a sample line for each plugin which supports ignores: # Comments must start with # in the first column # Format: # PLUGIN: THING-TO-IGNORE # # Note that THING-TO-IGNORE is a Perl REGEXP. It is anrchored by ^ That is, the comparison looks like this: # $thing =~ /^$regexp/ # The 2.1+ io plugin has a special feature since it collects so many stats # about each LV/partition/whatever. You can tell it to ignore certain # *stats*, not just devices.
Related Questions
- How does SelfReliant support redundant network interfaces? What scheme is used and is there any requirement needed at the network interface/switch level to support this?
- How do I backup my network to ZIP disks in Win 95 without buying third party software?
- How do I tell collector to ignore disks, network interfaces, etc?