Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
dfcd553f
Commit
dfcd553f
authored
Apr 01, 2011
by
tbrehm
Browse files
Fixed bug in BIND monitor.
parent
3ed4501d
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/monitor_tools.inc.php
View file @
dfcd553f
...
...
@@ -597,7 +597,7 @@ class monitor_tools {
/* Monitor BIND-Server */
$data
[
'bindserver'
]
=
-
1
;
// unknown - not needed
if
(
$services
[
'dns_server'
]
==
1
)
{
if
(
$this
->
_check
Tc
p
(
'localhost'
,
53
))
{
if
(
$this
->
_check
Ud
p
(
'localhost'
,
53
))
{
$data
[
'bindserver'
]
=
1
;
}
else
{
$data
[
'bindserver'
]
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment