Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
remove default perf counters
Browse files Browse the repository at this point in the history
  • Loading branch information
NarineM committed Jun 19, 2017
1 parent 3496085 commit bbf21ba
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions installer/conf/omsagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,13 @@
run_interval 20m
</source>

<source>
type oms_omi
object_name "Logical Disk"
instance_regex ".*"
counter_name_regex "(% Used Inodes|Free Megabytes|% Used Space|Disk Reads/sec|Disk Transfers/sec|Disk Writes/sec)"
interval 5m
</source>

<source>
type oms_omi
object_name "Processor"
instance_regex ".*"
counter_name_regex "(% Privileged Time|% Processor Time)"
interval 30s
</source>

<source>
type oms_omi
object_name "Memory"
instance_regex ".*"
counter_name_regex "(% Used Memory|% Used Swap Space|Available MBytes Memory)"
interval 30s
</source>
#<source>
# type oms_omi
# object_name "Memory"
# instance_regex ".*"
# counter_name_regex "(% Used Memory|% Used Swap Space|Available MBytes Memory)"
# interval 30s
#</source>

#<source>
# type tail
Expand Down

0 comments on commit bbf21ba

Please sign in to comment.