Problems with Demo Version

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mikeojeda
Posts: 3
Joined: Thu Oct 22, 2015 3:05 pm

Problems with Demo Version

Post by mikeojeda »

Hello!,

I'm having problems with the demo version, I already installed it but when I trying to discover or add manually any host, I can see it in the host list, but the host isn't appear for views or dashboard, in other words is like any host were added.

Anyone can help me? I wanto to try the 60days of the demo version, but isn't possible for now.

Regards,
Miguel
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Problems with Demo Version

Post by tmcdonald »

What software is this for? You posted in the Nagios Ideas section of the forum, and I want to move it to the right area. You are most likely using Nagios XI, I just want to make sure.

Also, for the time-being I will assume you are on XI. How are you adding the host? Are you making sure to click Apply Configuration after adding or making changes? When you say "I can see it in the host list, but the host isn't appear for views or dashboard" what host list are you referring to?
Former Nagios employee
mikeojeda
Posts: 3
Joined: Thu Oct 22, 2015 3:05 pm

Re: Problems with Demo Version

Post by mikeojeda »

Hi!..

I'm using NagiosXI version, when I add an new host I do the following steps:

1.- Configure
2.- Core Config Manager (On Nagios Summary appears 0 host)
3.- Host
4.- Add new (Define Host Name, Description, Addressm Check_Command (check_ping)
5.- Save
6.- Apply configuration

So, when i make clic in Core Conf Manager/Monitoring/Host I can see it (img1) but whe I go to Home ther isn't any host to monitoring (img2)

Regards,
Miguel
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Problems with Demo Version

Post by lmiltchev »

Check to see if you have any errors/crashed tables in the mysqld.log.

Code: Select all

tail -20 /var/log/mysqld.log
If you see any errors, run the database repair script:

Code: Select all

cd /usr/local/nagiosxi/scripts
./repair_databases.sh
Let us know if this helped.
Be sure to check out our Knowledgebase for helpful articles and solutions!
mikeojeda
Posts: 3
Joined: Thu Oct 22, 2015 3:05 pm

Re: Problems with Demo Version

Post by mikeojeda »

There isn't any error:

Code: Select all

 

[root@server/]# tail -20 /var/log/mysqld.log
151015 18:12:21  InnoDB: Completed initialization of buffer pool
151015 18:12:22  InnoDB: Started; log sequence number 0 44233
151015 18:12:22 [Note] Event Scheduler: Loaded 0 events
151015 18:12:22 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution
151016  9:39:34 [Note] /usr/libexec/mysqld: Normal shutdown

151016  9:39:34 [Note] Event Scheduler: Purging the queue. 0 events
151016  9:39:34  InnoDB: Starting shutdown...
151016  9:39:36  InnoDB: Shutdown completed; log sequence number 0 44233
151016  9:39:36 [Note] /usr/libexec/mysqld: Shutdown complete

151016 09:39:36 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
151016 09:40:41 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
151016  9:40:41  InnoDB: Initializing buffer pool, size = 8.0M
151016  9:40:41  InnoDB: Completed initialization of buffer pool
151016  9:40:41  InnoDB: Started; log sequence number 0 44233
151016  9:40:41 [Note] Event Scheduler: Loaded 0 events
151016  9:40:41 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  Source distribution

jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: Problems with Demo Version

Post by jdalrymple »

Is your apply configuration succeeding? Show us a screenshot of your configuration snapshots page.
Locked