diff options
| author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2023-04-14 22:02:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-14 22:02:42 +0200 |
| commit | aff54257822a507121aaaee0b6b8cdfdef41b615 (patch) | |
| tree | abfb970cab5f7bfed94fe0b70ddfc37ed24cc567 /plugins-scripts/check_ircd.pl | |
| parent | e44dcb80f1fdab2751cd460325391676e4f1a466 (diff) | |
| parent | 0f3703e641f0f995a8abb40056cb5430b6c228c4 (diff) | |
| download | monitoring-plugins-aff54257822a507121aaaee0b6b8cdfdef41b615.tar.gz | |
Merge pull request #1864 from waja/seperated_typo
Fix typos
Diffstat (limited to 'plugins-scripts/check_ircd.pl')
| -rwxr-xr-x | plugins-scripts/check_ircd.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_ircd.pl b/plugins-scripts/check_ircd.pl index d869ae7b..84f20229 100755 --- a/plugins-scripts/check_ircd.pl +++ b/plugins-scripts/check_ircd.pl | |||
| @@ -60,7 +60,7 @@ sub print_usage (); | |||
| 60 | sub connection ($$$$); | 60 | sub connection ($$$$); |
| 61 | sub bindRemote ($$); | 61 | sub bindRemote ($$); |
| 62 | 62 | ||
| 63 | # -------------------------------------------------------------[ Enviroment ]-- | 63 | # -------------------------------------------------------------[ Environment ]-- |
| 64 | 64 | ||
| 65 | $ENV{'PATH'}='@TRUSTED_PATH@'; | 65 | $ENV{'PATH'}='@TRUSTED_PATH@'; |
| 66 | $ENV{'BASH_ENV'}=''; | 66 | $ENV{'BASH_ENV'}=''; |
| @@ -208,7 +208,7 @@ MAIN: | |||
| 208 | 208 | ||
| 209 | # Just in case of problems, let's not hang the monitoring system | 209 | # Just in case of problems, let's not hang the monitoring system |
| 210 | $SIG{'ALRM'} = sub { | 210 | $SIG{'ALRM'} = sub { |
| 211 | print "Somthing is Taking a Long Time, Increase Your TIMEOUT (Currently Set At $TIMEOUT Seconds)\n"; | 211 | print "Something is Taking a Long Time, Increase Your TIMEOUT (Currently Set At $TIMEOUT Seconds)\n"; |
| 212 | exit $ERRORS{"UNKNOWN"}; | 212 | exit $ERRORS{"UNKNOWN"}; |
| 213 | }; | 213 | }; |
| 214 | 214 | ||
