We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535762d commit 3f74324Copy full SHA for 3f74324
EXAMPLES.md
@@ -56,7 +56,7 @@ This rule checks the status of NTP synchronization and reports if the device is
56
@medium(
57
name='rule_ntp_sync',
58
platform=['cisco_ios'],
59
- commands=dict(show_ntp_status: 'show ntp status'),
+ commands=dict(show_ntp_status='show ntp status'),
60
)
61
def rule_ntp_sync(commands):
62
assert ' synchronized' in commands.show_ntp_status, "NTP is not synchronized"
0 commit comments