Search found 6 matches
- Mon Nov 30, 2015 1:18 pm
- Forum: Open Source Nagios Projects
- Topic: Monitor WIFI drops
- Replies: 13
- Views: 5202
Re: Monitor WIFI drops
No, thanks for the information
- Thu Nov 26, 2015 3:11 pm
- Forum: Open Source Nagios Projects
- Topic: Monitor WIFI drops
- Replies: 13
- Views: 5202
Re: Monitor WIFI drops
With my host, I have configured a PING service and I also have the check command check-host-alive configured.
Does this mean I am actually doing 2 checks?
Does this mean I am actually doing 2 checks?
- Tue Nov 24, 2015 12:23 pm
- Forum: Open Source Nagios Projects
- Topic: Monitor WIFI drops
- Replies: 13
- Views: 5202
Re: Monitor WIFI drops
Yes, I'm using the logs.
But there's one thing I don't understand about Nagios:
Sometimes, when I click on hosts, I see that it detected the host went down by looking at the time in the duration column.
However when I look at the trends report it shows it hasn't been down.
But there's one thing I don't understand about Nagios:
Sometimes, when I click on hosts, I see that it detected the host went down by looking at the time in the duration column.
However when I look at the trends report it shows it hasn't been down.
- Tue Nov 24, 2015 12:11 pm
- Forum: Open Source Nagios Projects
- Topic: Monitor WIFI drops
- Replies: 13
- Views: 5202
Re: Monitor WIFI drops
Good idea, thankseloyd wrote:Another thought is to monitor your system log to see if there is text matching some sort of wifi drop or rediscover. That way, you're not relying on catching it in the act, but instead are relying on the system reporting it in the logs, and you seeing it there.
- Tue Nov 24, 2015 11:53 am
- Forum: Open Source Nagios Projects
- Topic: Monitor WIFI drops
- Replies: 13
- Views: 5202
Re: Monitor WIFI drops
rkennedy wrote:I believe reducing the time on this check should provide you the accurate results you're looking for. Look for the host / service you're using to monitor that service, and add into it -Code: Select all
check_interval 1
It was allready set to 1.
Does this mean 1 minute?
- Fri Nov 20, 2015 8:22 am
- Forum: Open Source Nagios Projects
- Topic: Monitor WIFI drops
- Replies: 13
- Views: 5202
Monitor WIFI drops
Hi, in my home, my WIFI signal drops from time to time. It lasts only 20 seconds to 5 minutes and then it comes back. I would like to monitor these drops. I have a Raspbian Pi with NagiosPi that's connected trough WIFI. I have configured one host in Nagios: my router which is monitored by Ping. I wa...