Skip to content

Instantly share code, notes, and snippets.

@silviabotros
Created November 10, 2015 17:30
Show Gist options
  • Save silviabotros/98acd9bdf6e5eb987838 to your computer and use it in GitHub Desktop.
Save silviabotros/98acd9bdf6e5eb987838 to your computer and use it in GitHub Desktop.
sensu_check 'add_table_partitions' do
command "/usr/local/pdb/bin/pdb-parted --add --interval d +7d.startof h=localhost,u=specialdbuser,p=:::redacted_partition_password:::,D=mydb,t=special_table >> /var/log/partition_rotation.log 2>&1"
handlers %w(default_handler special_dba_handler)
interval 86400
standalone true
additional(:occurrences => 3, :notification => "#{node['hostname']} failed adding partitions to important table. See log file in /var/log/mail_send_cancel_pause.log")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment