Search found 7 matches

by vijragha
Mon Sep 17, 2012 2:08 am
Forum: Open Source Nagios Projects
Topic: Broken Links in Website
Replies: 3
Views: 1503

Re: Broken Links in Website

Thank you very much jsmurphy for your quick reply
by vijragha
Sun Sep 16, 2012 8:29 pm
Forum: Open Source Nagios Projects
Topic: Login to portal
Replies: 1
Views: 969

Login to portal

Hi Support,

I want to login to our portal using user id and password.

FYI, we have normal form login page using jsp. In which I want to pass user id and password through nagios. Is there any plugin available to do this?

Thanks in advance

Regards
Vijay
by vijragha
Sun Sep 16, 2012 2:30 am
Forum: Open Source Nagios Projects
Topic: Broken Links in Website
Replies: 3
Views: 1503

Broken Links in Website

Hi Support,

I want to crawling into the websites and find the broken links. Is that possible in Nagios?

Thanks in advance
Vijay.
by vijragha
Mon Aug 27, 2012 8:28 pm
Forum: Open Source Nagios Projects
Topic: Page Redirection
Replies: 0
Views: 1339

Page Redirection

Hi Support, I want to use check_http 1: From Nagios call URL with parameter (eg: http://domain.com/index.jsp) 2: index.jsp: This page will do the redirect to http://domain.com/xyz.jsp. (response.sendRedirect("http://domain.com/xyz.jsp")) Contents of index.jsp ------------------------------...
by vijragha
Mon Aug 27, 2012 8:20 pm
Forum: Open Source Nagios Projects
Topic: Session Management
Replies: 3
Views: 1366

Re: Session Management

Hi Support,

I am waiting for your reply.

Kinldy update me.

Thanks in advance
by vijragha
Wed Aug 22, 2012 8:30 pm
Forum: Open Source Nagios Projects
Topic: Session Management
Replies: 3
Views: 1366

Re: Session Management and Redirection of another page

Hi Support, Thanks for your reply. I want to use check_http 1: From Nagios call URL with parameter (eg: http://domain.com/index.jsp) 2: index.jsp: This page will do the redirect to http://domain.com/xyz.jsp. (response.sendRedirect("http://domain.com/xyz.jsp")) Contents of index.jsp -------...
by vijragha
Wed Aug 22, 2012 4:05 am
Forum: Open Source Nagios Projects
Topic: Session Management
Replies: 3
Views: 1366

Session Management

Hi,

I am trying to do the login by key in userid and password to portal and handled the session object. After successful login, it will redirect to another page. Same thing, I want to do using Nagios, Is it possible?

Thanks in advance.