Skip to content

Commit c19ef1d

Browse files
author
Fabian Dellwing
committed
fix typo
1 parent adcecee commit c19ef1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ For each check you can specify the nagios severity (error or warning).
136136
check_drupal_log -l /var/log/drupal.log
137137
138138
-r [optional] Filters all updates that are locked via drush.
139-
For general infos about locking run 'drush pm-updatestats -h'
139+
For general infos about locking run 'drush pm-updatestatus -h'
140140
141141
--check Check for program requirements.
142142
--help Show this help
@@ -268,7 +268,7 @@ Setup multiple cronjobs with multiple logfiles if you have multiple drupal sites
268268
### 4.1 check_drupal
269269
270270
#### Command definition
271-
Because icinga2 is should be running on every monitored server, there is no need for `check_by_ssh`.
271+
Because icinga2 should be running on every monitored server, there is no need for `check_by_ssh`.
272272
273273
```bash
274274
object CheckCommand "check_drupal" {

bin/check_drupal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ print_help() {
600600
printf " check_drupal_log -l /var/log/drupal.log\n\n"
601601

602602
printf " -r [optional] Filters all updates that are locked via drush.\n"
603-
printf " For general infos about locking run 'drush pm-updatestats -h'\n\n"
603+
printf " For general infos about locking run 'drush pm-updatestatus -h'\n\n"
604604

605605
printf " --check Check for program requirements.\n"
606606
printf " --help Show this help\n"

0 commit comments

Comments
 (0)