Search found 8 matches
- Wed Apr 30, 2014 1:09 pm
- Forum: Nagios XI
- Topic: Using groups
- Replies: 1
- Views: 360
Using groups
I'm trying to use Nagios XI to define groups of servers and services that pertain to different members of our organization. For example, I have a Service group "Active Directory." "Edge Switches," and "Datacenter Switches." I have defined Contact Groups "AD Adminis...
- Thu Apr 24, 2014 1:21 pm
- Forum: Open Source Nagios Projects
- Topic: Not sure where to put this
- Replies: 7
- Views: 2156
Re: Not sure where to put this
24.4.0 ESR
- Thu Apr 24, 2014 1:16 pm
- Forum: Open Source Nagios Projects
- Topic: Not sure where to put this
- Replies: 7
- Views: 2156
Re: Not sure where to put this
what's your recommended browser?
- Thu Apr 24, 2014 1:06 pm
- Forum: Open Source Nagios Projects
- Topic: Not sure where to put this
- Replies: 7
- Views: 2156
Re: Not sure where to put this
Is there a browser compatibility issue with Firefox on OSX? I have had this happen both flushing out an auto discovery list. This morning I was filling out a discovery of 50 HVAC/Fire alarm control devices. The interface decided it did not like my syntax on three of the names, think it was the comma...
- Thu Apr 24, 2014 12:38 pm
- Forum: Open Source Nagios Projects
- Topic: Not sure where to put this
- Replies: 7
- Views: 2156
Not sure where to put this
I've only spent a couple months playing around with NAGIOSXI but it has become clear that my least favorite part is the interface itself. My blood pressure goes through the roof every time I submit a form for fear that there will be one tiny syntax error, empty input box, or illegal character that w...
- Wed Apr 23, 2014 4:11 pm
- Forum: Open Source Nagios Projects
- Topic: Check_local_load arguments
- Replies: 5
- Views: 7254
Re: Check_local_load arguments
Ok, that's what I thought, so on a 2 cpu system, a 1.8 would be a 90% load. Which is why I could not figure out why I was getting warnings on the tactical overview for a 2 cpu VM set with the following config: check_local_load -w 5.0,4.0,3.0 -c 10.0,6.0,4.0 As far as i can tell from the system perfo...
- Wed Apr 23, 2014 3:41 pm
- Forum: Open Source Nagios Projects
- Topic: Check_local_load arguments
- Replies: 5
- Views: 7254
Re: Check_local_load arguments
Thanks for the response tmcdonald. However, that does not clear it up for me. Are you saying that 10 = 1.0 in terms of syntax? I don't understand how a load of 10 for 2 cpu's = a load of 1 for 1 cpu = a load of 10 for 10 cpu's = a load of .5 over 20 cpu's? I would have thought for example that a loa...
- Wed Apr 23, 2014 2:01 pm
- Forum: Open Source Nagios Projects
- Topic: Check_local_load arguments
- Replies: 5
- Views: 7254
Check_local_load arguments
I'm struggling with the check_local_load arguments. By default nagios generates a "check_local_load -w 5.0,4.0,3.0 -c 10.0,6.0,4.0" command. As I understand this, the numbers indicate a relative processor load equivalent to 1.0 per processor or warning at a 5,4, and 3 CPU load equivalents ...