Skip to content

Commit ebb82ba

Browse files
authored
Update nsca-receive-http.cgi
Wrong form-field name
1 parent 4efab0b commit ebb82ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nsca-receive-http.cgi

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ sub process_data($) {
5252

5353
my $hname = $q->param('hostname');
5454
my $cname = $q->param('checkname');
55-
my $res = $q->param('result');
55+
my $res = $q->param('retval');
5656
my $edata = $q->param('extradata');
5757
my $now = time();
5858

0 commit comments

Comments
 (0)