Search found 772 matches

by bolson
Wed Dec 26, 2018 11:57 am
Forum: Nagios XI
Topic: NagiosXi not showing bandwidth data?
Replies: 4
Views: 688

Re: NagiosXi not showing bandwidth data?

Hello mjr2015, Which version of Nagios XI have you deployed. You'll find the version number in the lower left corner of the home screen. And are you saying that all of your bandwidth checks are returning 0 in and out on all of your ports? If so, and you're running version 5.5.7 or 5.5.8, it's most l...
by bolson
Wed Dec 26, 2018 11:46 am
Forum: Nagios XI
Topic: Average Load Numbers Meaning?
Replies: 1
Views: 61

Re: Average Load Numbers Meaning?

Hello xpertech, There are many explanations of Linux load average at the ready on the internet. The short answer is that the 3 numbers represent the 1, 5, and 15 minute average of CPU load. And CPU load in this context represents the number of processes running or tagged as runnable (queued by the k...
by bolson
Fri Dec 21, 2018 4:22 pm
Forum: Nagios XI
Topic: Threshold Warning and Critical - Wrong Information
Replies: 3
Views: 543

Re: Threshold Warning and Critical - Wrong Information

Hello rpatricio,

Run the plugin again from the command line and immediately thereafter, type $? and press enter and tell me what the output is. If the output is 2, then the code in the plugin is flawed and is returning an incorrect exit code.
by bolson
Fri Dec 21, 2018 4:16 pm
Forum: Nagios XI
Topic: Server with Multiple IP's
Replies: 9
Views: 593

Re: Server with Multiple IP's

Hello gregwhite, We completely understand what you're trying to do. You would like Autodiscovery to indicate that the additional IPs (interfaces) have already been configured in Nagios. The only way to achieve this would be to configure each additional IP as a host configuration. However, your requi...
by bolson
Fri Dec 21, 2018 12:09 pm
Forum: Nagios XI
Topic: Changing values from bytes to KB, MB, or GB
Replies: 1
Views: 544

Re: Changing values from bytes to KB, MB, or GB

Hello, As I'm sure you understand, Nagios XI doesn't create the news, it just reports it. In other words, XI simply displays the plugin's output. As a consequence, there are only two options to achieve what you're looking for: 1) Modify the plugin to do the math to report in KB, MB, GB, etc. 2) Crea...
by bolson
Fri Dec 21, 2018 11:33 am
Forum: Nagios XI
Topic: Bandwith Graphs show 0/0 in all network hosts.
Replies: 35
Views: 858

Re: Bandwith Graphs show 0/0 in all network hosts.

Hello psasines,

Does the Cisco equipment send any information at all to your Nagios Server? If so, can you tell me what data is being returned and what data isn not? Thank you.
by bolson
Thu Dec 20, 2018 5:20 pm
Forum: Nagios XI
Topic: Server with Multiple IP's
Replies: 9
Views: 593

Re: Server with Multiple IP's

Hello gregwhite, This is why I suggested that you may need to approach this from a different direction. This is not so much a limitation of our software but rather an architectural decision made when the software was first conceived. If the end game is to determine if the various interfaces are acti...
by bolson
Thu Dec 20, 2018 4:00 pm
Forum: Nagios XI
Topic: Server with Multiple IP's
Replies: 9
Views: 593

Re: Server with Multiple IP's

You'll need to create a host check for each of these IPs. The reason for this is that in Nagios XI, there is a one to one relationship between hosts and IP addresses.
by bolson
Thu Dec 20, 2018 3:23 pm
Forum: Nagios XI
Topic: Server with Multiple IP's
Replies: 9
Views: 593

Re: Server with Multiple IP's

Hello gregwhite, The problem you are facing is that from the point of view of your Nagios XI server, a host is defined by it's IP address either directly, or indirectly via DNS name resolution. If you could tell us at a high level what you're trying to achieve we could perhaps find an alternative me...
by bolson
Thu Dec 20, 2018 3:16 pm
Forum: Nagios XI
Topic: Notifications not being received
Replies: 40
Views: 914

Re: Notifications not being received

Hello snapon_admin,

Following these steps should resolve the issue you're facing:

Code: Select all

yum remove epel-release
rm -rf /var/cache/yum/x86_64/6/epel
yum --enablerepo=extras install epel-release 
Then redo the steps that Scott posted.