The setup is Centos 6.2 X64
Built using Linode Nagios XI Script
Code: Select all
System:
Nagios XI Version : 2012R2.4
CentOS release 6.4 (Final)
Gnome is not installed
Apache Information
PHP Version: 5.3.3
Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0
Server Name: xxxxxxx.xxxxxxx.com
Server Address: x.x.x.x
Server Port: 443
Nagios XI Data
nagios (pid 2645) is running...
NPCD running (pid 2596).
ndo2db (pid 2666) is running...
CPU Load 15: 0.23
Total Hosts: 4
Total Services: 14 at this point I can't even find the location of the log for this run
Here is the Webinject this does work from the CLI using: /usr/local/nagios/libexec/check_webinject.sh xxxx_xxxx_xxx__Web_Transaction_config.xml
I have inserted X's for security
Code: Select all
<testcases repeat="1">
<case
id="1"
description1="Form Page1"
method="get"
url="http://xxxxx.com/request-quote"
verifypositive="Multi-file total:"
errormessage="Page 1 Error"
/>
<case
id="2"
description1="Form Entry"
method="post"
url="https://xxx.xxxx.com/request-quote"
postbody="submitted[name]=Automated Test Nagios XI TEST&submitted[company]=XXXX&submitted[email][email protected]&submitted[phone]=5125551212&submitted[additional_information]=Automated Test Script For Nagios XI&form_id=webform_client_form_77&op=Submit+Request+to+XXX"
verifyresponsecode="302"
errormessage="Form Entry Error"
sleep="3"
/>
</testcases>