Search found 6 matches

by HenkR
Mon Nov 30, 2015 1:18 pm
Forum: Open Source Nagios Projects
Topic: Monitor WIFI drops
Replies: 13
Views: 5196

Re: Monitor WIFI drops

No, thanks for the information
by HenkR
Thu Nov 26, 2015 3:11 pm
Forum: Open Source Nagios Projects
Topic: Monitor WIFI drops
Replies: 13
Views: 5196

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?
by HenkR
Tue Nov 24, 2015 12:23 pm
Forum: Open Source Nagios Projects
Topic: Monitor WIFI drops
Replies: 13
Views: 5196

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.
by HenkR
Tue Nov 24, 2015 12:11 pm
Forum: Open Source Nagios Projects
Topic: Monitor WIFI drops
Replies: 13
Views: 5196

Re: Monitor WIFI drops

eloyd 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.
Good idea, thanks
by HenkR
Tue Nov 24, 2015 11:53 am
Forum: Open Source Nagios Projects
Topic: Monitor WIFI drops
Replies: 13
Views: 5196

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?
by HenkR
Fri Nov 20, 2015 8:22 am
Forum: Open Source Nagios Projects
Topic: Monitor WIFI drops
Replies: 13
Views: 5196

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...