Skip to content

Commit

Permalink
Add splay to sysstat collection
Browse files Browse the repository at this point in the history
Differential Revision: D59322935

fbshipit-source-id: 47688f9b05c3b5f2afebf51b13eff4396b10e7c2
  • Loading branch information
Cedric Van Goethem authored and facebook-github-bot committed Jul 3, 2024
1 parent 0cfd81e commit e478f19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookbooks/fb_sysstat/recipes/cron.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
'command' => "#{sa_dir}/sa1 -S DISK,SNMP 1 1",
},
'sysstat_accounting_2' => {
'calendar' => '23:53',
'calendar' => 'daily',
'command' => "#{sa_dir}/sa2 -A",
'splay' => '30m',
},
}.each do |k, v|
node.default['fb_timers']['jobs'][k] = v
Expand Down

0 comments on commit e478f19

Please sign in to comment.