./check_http -H 10.10.10.10 -u "something something here.com" -r 'Source' --invert-regex
Search found 80 matches
- Tue Apr 29, 2014 10:22 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring Website
- Replies: 7
- Views: 2958
Re: Monitoring Website
I tried this but it came with 404 Not Found also i am not feeling comfortable to use this because its not passing authorization (user/pass).
- Thu Apr 24, 2014 10:24 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring Website
- Replies: 7
- Views: 2958
Re: Monitoring Website
Pato, Can you give me a sample command that i can put in my command.cfg. I think you are on right track because check_http should pass the username/password and then check for the url (up or down).
thanks
thanks
- Wed Apr 23, 2014 2:59 pm
- Forum: Open Source Nagios Projects
- Topic: Monitoring Website
- Replies: 7
- Views: 2958
Monitoring Website
Hey People, need some help on website monitoring.I know there are tons of information out there but i am not satisfy. I am using check_http to monitor my website and getting 200 response back. However, i am getting the 200 response without the authentication (username/password) and with authenticati...
- Mon Apr 14, 2014 11:01 am
- Forum: Open Source Nagios Projects
- Topic: Alerting option
- Replies: 1
- Views: 1150
Alerting option
Hey guys I just wanna know that is it possible to have nagios alert only once and after that it wont send critical/warning email. Right now nagios send email every 10mins when services/host go down. I want only 1 time notification or one notification in 5 hours. define contact{ name generic-contact ...
- Tue Apr 08, 2014 10:42 am
- Forum: Open Source Nagios Projects
- Topic: host down/service up
- Replies: 6
- Views: 2866
Re: host down/service up
Yes, I am good on it.
thanks
thanks
- Tue Apr 01, 2014 11:06 am
- Forum: Open Source Nagios Projects
- Topic: host down/service up
- Replies: 6
- Views: 2866
Re: host down/service up
I just found out that my network team disabled the ping into that box. Now nagios able to ping that box and getting reply.
Thanks to jump on it.
Thanks to jump on it.
- Fri Mar 28, 2014 10:11 am
- Forum: Open Source Nagios Projects
- Topic: host down/service up
- Replies: 6
- Views: 2866
Re: host down/service up
This is the way i configured my host.cfg for 100 box and only two is throwing host down. even though i can login into the boxes. define host{ use generic-host check_command check-host-alive max_check_attempts 4 host_name stga-mongodb-hkg01 alias stga-mongodb-hkg01 address 10.11.170.24 hostgroups mon...
- Thu Mar 27, 2014 2:24 pm
- Forum: Open Source Nagios Projects
- Topic: host down/service up
- Replies: 6
- Views: 2866
host down/service up
yoyo nagios !!
Guy i have setup few host and service and got the really weird situation here that host is showing down(Red) and services are up(green). I dont know its a bug or what. I have attached a screenshot.
Let me know if anyone has a update or facing same issue.
Thanks
Guy i have setup few host and service and got the really weird situation here that host is showing down(Red) and services are up(green). I dont know its a bug or what. I have attached a screenshot.
Let me know if anyone has a update or facing same issue.
Thanks
- Mon Mar 24, 2014 2:29 pm
- Forum: Open Source Nagios Projects
- Topic: Task Schedular with time
- Replies: 5
- Views: 2515
Re: Task Schedular with time
Hey Slansing
I am not sure how we gonna use that MaxCrit in my command and how am i gonna pass the time as a argument. Let me know if you have questions.
I am not sure how we gonna use that MaxCrit in my command and how am i gonna pass the time as a argument. Let me know if you have questions.
- Thu Mar 20, 2014 11:57 am
- Forum: Open Source Nagios Projects
- Topic: Task Schedular with time
- Replies: 5
- Views: 2515
Re: Task Schedular with time
So basically, I have a windows box that runs some task scheduler and i have setup a nagios to check the task scheduler(Run-sales-report) should run "status" all the time. this is how i setup it and working fine. Nsclient : alias_sched_all = CheckTaskSched "filter=title eq '$ARG1$' AND...