File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ For each check you can specify the nagios severity (error or warning).
136
136
check_drupal_log -l /var/log/drupal.log
137
137
138
138
-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'
140
140
141
141
--check Check for program requirements.
142
142
--help Show this help
@@ -268,7 +268,7 @@ Setup multiple cronjobs with multiple logfiles if you have multiple drupal sites
268
268
### 4.1 check_drupal
269
269
270
270
#### 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`.
272
272
273
273
```bash
274
274
object CheckCommand "check_drupal" {
Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ print_help() {
600
600
printf " check_drupal_log -l /var/log/drupal.log\n\n"
601
601
602
602
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"
604
604
605
605
printf " --check Check for program requirements.\n"
606
606
printf " --help Show this help\n"
You can’t perform that action at this time.
0 commit comments