Search found 9 matches
- Tue Nov 19, 2013 2:57 pm
- Forum: Open Source Nagios Projects
- Topic: Uptime warnings
- Replies: 19
- Views: 6286
Re: Uptime warnings
I've attached a couple screen shots of email alerts I get. The one that states the server is actually DOWN wasn't true because I could access the server. The other is just a warning then an alert stating it's OK. I'm constantly getting these from servers on two different networks in the same buildin...
- Mon Nov 18, 2013 12:43 pm
- Forum: Open Source Nagios Projects
- Topic: Uptime warnings
- Replies: 19
- Views: 6286
Re: Uptime warnings
At lmiltchev: Good call on that templates file, I found this in there
At sreinhardt: Does this look more like what you were asking for?
define service
{
name Windows-disk-service
use host-service
servicegroups Disk-services
notofication_period workhours
register 0
}
At sreinhardt: Does this look more like what you were asking for?
define service
{
name Windows-disk-service
use host-service
servicegroups Disk-services
notofication_period workhours
register 0
}
- Mon Nov 18, 2013 10:08 am
- Forum: Open Source Nagios Projects
- Topic: Uptime warnings
- Replies: 19
- Views: 6286
Re: Uptime warnings
At abrist: The uptime alerts are required. At sreinhardt: Disregard the typo's in the post, they're written correctly in the file. Here is what I believe the windows-disk-service template: define service{ use Windows-disk-service hostgroup_name branch-servers service_description Drive space: C: chec...
- Fri Nov 15, 2013 12:41 pm
- Forum: Open Source Nagios Projects
- Topic: Uptime warnings
- Replies: 19
- Views: 6286
Re: Uptime warnings
To lmiltchev : Ok I think I know what you mean, here is an entry for one of the servers I'm having the uptime alert issue with. Server never goes down but uptime alerts keep going out. I know that there's not a service defined for the uptime alert for this server but wouldn't that mean that I shoul...
- Thu Nov 14, 2013 4:50 pm
- Forum: Open Source Nagios Projects
- Topic: Uptime warnings
- Replies: 19
- Views: 6286
Re: Uptime warnings
When you say host, do you mean a computer that I want to use this uptime monitor on? If so, then yes I have many hosts for this.
- Thu Nov 14, 2013 11:47 am
- Forum: Open Source Nagios Projects
- Topic: Uptime warnings
- Replies: 19
- Views: 6286
Re: Uptime warnings
All results are coming from the windows.cfg file but nothing to do with "host-service". Could there just not be any entry for it? And by the way I'm running Ubuntu.
- Wed Nov 13, 2013 12:37 pm
- Forum: Open Source Nagios Projects
- Topic: Uptime warnings
- Replies: 19
- Views: 6286
Re: Uptime warnings
Where exactly would that be? Because I'm not seeing any template definition for a "host-service" in the Windows.cfg file.
- Wed Nov 13, 2013 12:19 pm
- Forum: Open Source Nagios Projects
- Topic: Uptime warnings
- Replies: 19
- Views: 6286
Re: Uptime warnings
This is what the uptime service definition entry looks like: define service{ use host-service hostgroup_name network-servers, branch-servers service_description Uptime check_command check_nt!UPTIME servicegroups uptime-services } Currently there are no numbers or thresholds specified for anything in...
- Wed Nov 13, 2013 10:03 am
- Forum: Open Source Nagios Projects
- Topic: Uptime warnings
- Replies: 19
- Views: 6286
Uptime warnings
I keep getting "uptime state=warning" notifications and then about 20 mins later receive "uptime state=OK" but there was never any reboot/shutdown of the system specified. My guess is that it just normal network latency. Is there any way to tweak uptime thresholds so that it's no...