Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,11 @@ function nrdp_write_check_output_to_cmd($hostname, $servicename, $state, $output
_debug("unable to change group on {$check_file} to {$command_group}");
}
}
}
else {
_debug("nagios_command_group={$command_group} does not exist, not chgrp()ing");
else {
_debug("nagios_command_group={$command_group} does not exist, not chgrp()ing");
}
} else {
_debug("posix_getgrnam() does not exist, not chgrp()ing. Consider installing/enabling the php posix extension.");
}


Expand Down