I figured this out (check_dns missing)!
Turns out I didnt have bind utilities installed. This fixed the issue:
# yum install bind-utils
Re-installed plugins package..
That was it!
Search found 7 matches
- Thu Jan 19, 2012 5:20 pm
- Forum: Open Source Nagios Projects
- Topic: login in URL tests. Please help me..Thank you!
- Replies: 11
- Views: 6701
- Wed Jan 18, 2012 12:39 pm
- Forum: Open Source Nagios Projects
- Topic: login in URL tests. Please help me..Thank you!
- Replies: 11
- Views: 6701
Re: login in URL tests. Please help me..Thank you!
I appreciate your assistance. You guys are great. Well, if you havnt figured it out yet, I am fairly green with nagios. I am missing the check_dns plugin in my libexec folder. What I need is to figure out how to get the plugin loaded into my nagios installation. I have the plugin nagios-plugins-1.4....
- Tue Jan 17, 2012 3:05 pm
- Forum: Open Source Nagios Projects
- Topic: login in URL tests. Please help me..Thank you!
- Replies: 11
- Views: 6701
Re: login in URL tests. Please help me..Thank you!
Wow...you are awesome man. Works!!
One more question...I need to do DNS_Check and dont have the command...I loaded the latest plugins..but it isnt there. Are you familiar with this?
One more question...I need to do DNS_Check and dont have the command...I loaded the latest plugins..but it isnt there. Are you familiar with this?
- Tue Jan 17, 2012 11:35 am
- Forum: Open Source Nagios Projects
- Topic: login in URL tests. Please help me..Thank you!
- Replies: 11
- Views: 6701
Re: login in URL tests. Please help me..Thank you!
by the way. this board is adding the HTTP:// to www.mysite.com in the command. I didnt actually have that in the command I used.
- Tue Jan 17, 2012 11:33 am
- Forum: Open Source Nagios Projects
- Topic: login in URL tests. Please help me..Thank you!
- Replies: 11
- Views: 6701
Re: login in URL tests. Please help me..Thank you!
Thanks so much for your help! Anyhow, I've gotten a little further, but I'm getting a weird result: If I use the command: ./check_http -H lta.mysite.com --ssl -u /searchASPs/gw/ch/query.asp -r UserId I get HTTP OK if I use: ./check_http -H http://www.mysite.com --ssl -u /SearchASPs/MainMenu.ASP?User...
- Mon Jan 16, 2012 2:14 pm
- Forum: Open Source Nagios Projects
- Topic: login in URL tests. Please help me..Thank you!
- Replies: 11
- Views: 6701
Re: login in URL tests. Please help me..Thank you!
Wow..the above post didnt come out at all what it is supposed to look like:
Basically, I am trying to hit a https server with the url and login information embedded. Then I want to look for a specific return from that url.
Make Sense?
Basically, I am trying to hit a https server with the url and login information embedded. Then I want to look for a specific return from that url.
Make Sense?
- Mon Jan 16, 2012 11:26 am
- Forum: Open Source Nagios Projects
- Topic: login in URL tests. Please help me..Thank you!
- Replies: 11
- Views: 6701
login in URL tests. Please help me..Thank you!
I have been tasked with a couple items, and I have no idea how to pull this off. We are dumping sitescope for Nagios Core. I have seen a couple plugins out there..but they seem over-complicated. Here is what I need to test: https://www.SOMEURL.com/SearchASPs/MainMenu.ASP?UserId=USERNAME&Password...