Page 1 of 1

How to install or use WebInject

Posted: Wed Jun 13, 2018 6:37 am
by ganeshkagde
Hi Team,

I have gone through below doc but its very difficult to understand about WebInject. can you please provide me mode explained doc which contains GUI base presentation so that we can get basic idea.

https://web.archive.org/web/20161221165 ... l.html#cfg

Re: How to install or use WebInject

Posted: Wed Jun 13, 2018 8:26 am
by mcapra
The official documentation is about as good as it gets:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
http://www.webinject.org/plugin.html

Unfortunately, WebInject requires some general knowledge of web forms/pages.

Selenium is another option for monitoring websites generally, though it is a more complicated setup than WebInject:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

I was also able to successfully integrate CasperJS but never did a proper write-up with instructions:
https://github.com/mcapra/nagios-check_casperjs

If you're encountering specific problems with WebInject, there's plenty of knowledgeable folks here who would be happy to help.

Re: How to install or use WebInject

Posted: Wed Jun 13, 2018 9:51 am
by scottwilkerson
Thanks @mcapra!