Web Transaction service not working

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Web Transaction service not working

Post by ssax »

Do you have <reporttype>nagios</reporttype> for the reporttype?
Amit_Alone
Posts: 89
Joined: Fri May 08, 2020 11:47 am

Re: Web Transaction service not working

Post by Amit_Alone »

Yes

Code: Select all

[e5613751@avgdlnxvp127 webinject]$ cat AGASPWINVP0094__Web_Transaction_config.xml
<testcasefile>AGASPWINVP0094__Web_Transaction_testdata.xml</testcasefile>
<useragent>WebInject Application Tester</useragent>
<timeout>30</timeout>
<globaltimeout>30</globaltimeout>
<reporttype>nagios</reporttype>
<max_redirect>5</max_redirect>
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Web Transaction service not working

Post by ssax »

It doesn't look like webinject supports this directly, although you may be able to write a perl script and use the external report type to format it the way that you want according to this:

http://www.webinject.org/manual.html#cfgreporttype
Locked