diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-09 11:32:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 11:32:40 +0100 |
| commit | 6dbc84f93595be81aee4de4ac3122b942047c22d (patch) | |
| tree | 885f684a971bdc9dcc9fb608454660ff343f6704 /plugins/t/check_jabber.t | |
| parent | 1d55c2279731766a837b4973f3da79b3e3a6bd90 (diff) | |
| parent | 0426b8947d9e03375219074c3741616599651db4 (diff) | |
| download | monitoring-plugins-6dbc84f93595be81aee4de4ac3122b942047c22d.tar.gz | |
Merge pull request #2071 from RincewindsHat/refactor/check_ssh
Refactor/check ssh
Diffstat (limited to 'plugins/t/check_jabber.t')
| -rw-r--r-- | plugins/t/check_jabber.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_jabber.t b/plugins/t/check_jabber.t index fcdae179..08cadcbd 100644 --- a/plugins/t/check_jabber.t +++ b/plugins/t/check_jabber.t | |||
| @@ -17,7 +17,7 @@ my $hostname_invalid = getTestParameter("NP_HOSTNAME_INVALID", "An invalid (no | |||
| 17 | 17 | ||
| 18 | my $jabberOK = '/JABBER OK\s-\s\d+\.\d+\ssecond response time on '.$host_tcp_jabber.' port 5222/'; | 18 | my $jabberOK = '/JABBER OK\s-\s\d+\.\d+\ssecond response time on '.$host_tcp_jabber.' port 5222/'; |
| 19 | 19 | ||
| 20 | my $jabberUnresponsive = '/CRITICAL\s-\sSocket timeout after\s\d+\sseconds/'; | 20 | my $jabberUnresponsive = '/Socket timeout after\s\d+\sseconds/'; |
| 21 | 21 | ||
| 22 | my $jabberInvalid = '/JABBER CRITICAL - Invalid hostname, address or socket:\s.+/'; | 22 | my $jabberInvalid = '/JABBER CRITICAL - Invalid hostname, address or socket:\s.+/'; |
| 23 | 23 | ||
