Search found 35 matches

by bdgoecke
Wed Feb 11, 2015 5:32 pm
Forum: Nagios XI
Topic: Problems with all sql checks since update wizard
Replies: 14
Views: 4693

Re: Problems with all sql checks since update wizard

Great, so it is all working for you now. It is running, and you are getting graphs data.

Could you post what is working for you ?

Thanks.

==>brian.
by bdgoecke
Wed Feb 11, 2015 4:34 pm
Forum: Nagios XI
Topic: Problems with all sql checks since update wizard
Replies: 14
Views: 4693

Re: Problems with all sql checks since update wizard

Try and take out a ';' That was the change, it was reported that an extra ';' was breaking the performance data. Per 'label'=value[UOM];[warn];[crit];[min];[max] (no trailing ';') Not sure where the indentation got reformat... Will fixx that. ==>brian. Also, what is version of the MSSQL Database Wiz...
by bdgoecke
Wed Feb 11, 2015 12:12 pm
Forum: Nagios XI
Topic: Creating "All non green view"
Replies: 2
Views: 360

Re: Creating "All non green view"

In addition to "Operations Center", there are several that give that information, and more. Goto the Home screen (Home button in the top dark colored bar). Then the top section on the left side of the screen, labeled "Quick View". Take a look at the links there. I would guess one...
by bdgoecke
Tue Feb 10, 2015 5:58 pm
Forum: Open Source Nagios Projects
Topic: Error: Cannot open log file '/opt/nagios/var/archives/nagios
Replies: 5
Views: 2672

Re: Error: Cannot open log file '/opt/nagios/var/archives/na

What OS are you using ?

How did you install Nagios ?

Could you share your nagios.conf file ?

Where did you get this error ?

==>brian.
by bdgoecke
Fri Feb 06, 2015 3:34 pm
Forum: Open Source Nagios Projects
Topic: KVM guest to guest 'No data received from host'
Replies: 20
Views: 9807

Re: KVM guest to guest 'No data received from host'

What are they setting for how the guest VMs were created in KVM ? Often the default configuration for a guest VM is a NAT'd network interface, or another type of network interface that has "limited" access. The guest VM will be able to access the network, but other machines will not be abl...
by bdgoecke
Thu Feb 05, 2015 4:07 pm
Forum: Open Source Nagios Projects
Topic: KVM guest to guest 'No data received from host'
Replies: 20
Views: 9807

Re: KVM guest to guest 'No data received from host'

How is your networking configured on you host(s) for the guests ?

Do you have a bridge configured that the guests are using or are they using the default NAT'd network connections ?

On your host system could you do a

Code: Select all

ifconfig -a 
So we could get a peek at your networking config.

==>brian.
by bdgoecke
Fri Jan 30, 2015 3:58 pm
Forum: Nagios XI
Topic: Remote MySQL Connection
Replies: 20
Views: 8389

Re: Remote MySQL Connection

The first set of instruction, were for a new database that would only be accessed from remote host. Rather than update the user in the mysql.user table, you should be adding new access (rows in that table) for that remote access from an IP address. You should change those entries in mysql.user back ...
by bdgoecke
Fri Jan 30, 2015 1:03 pm
Forum: Nagios XI
Topic: Remote MySQL Connection
Replies: 20
Views: 8389

Re: Remote MySQL Connection

You need to use the "root" user.

(As from the example page, under Step 5, login as the root user)

Code: Select all

$ mysql -u root -p mysql
==>brian.
by bdgoecke
Fri Jan 30, 2015 10:47 am
Forum: Nagios XI
Topic: Remote MySQL Connection
Replies: 20
Views: 8389

Re: Remote MySQL Connection

That example is confusing.. The "db" in that sql command refers to a TABLE, and a COLUMN named "Db" in the "mysql" DATABASE. (With in mysql there is a database named "mysql" that holds system info, ie access info). These might work better (update for you datab...
by bdgoecke
Thu Jan 29, 2015 11:43 am
Forum: Nagios XI
Topic: Problem with monitoring Windows 2012 R2 servers
Replies: 80
Views: 8763

Re: Problem with monitoring Windows 2012 R2 servers

Frédéric, I am not having any problems with my 1.59 check_wmi_plus.pl on my CentOS 5 ? I would like to check and make sure everything, except perl, was updated for your version 1.59. Could you run the following commands, and post the output. /usr/local/nagios/libexec/check_wmi_plus_latest.pl --versi...