Skip to content

Commit

Permalink
Fixes #6359: Include check-rudder-agent in rudder cli
Browse files Browse the repository at this point in the history
  • Loading branch information
peckpeck committed Jun 18, 2015
1 parent 99709e6 commit 745bbe0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions share/commands/agent-check
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
# @description check if rudder agent has no problem and is running properly
# @man Check that rudder agent is working properly.
# @man - generate missing UUID
# @man - kill cfengine if there are too many processes
# @man - run cfengine if its daemon is missing
# @man - clean lock file if it is too big
# @man - check and restore init files
# @man - check that promises have been properly copied
/opt/rudder/bin/check-rudder-agent

0 comments on commit 745bbe0

Please sign in to comment.