Skip to content

Commit

Permalink
Add some comments to --test option
Browse files Browse the repository at this point in the history
  • Loading branch information
vmspike committed Apr 19, 2017
1 parent 3b43527 commit c038973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixstatsagent/nixstatsagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ def _plugin_name(plugin):

def test_plugins(plugins=[]):
"""
Test specified plugins and print their data output after single check
Test specified plugins and print their data output after single check.
If plugins list is empty test all enabled plugins.
"""
agent = Agent(dry_instance=True)
plugins_path = agent.config.get('agent', 'plugins')
Expand Down

0 comments on commit c038973

Please sign in to comment.