Search found 58 matches

by timlee
Mon Jul 10, 2017 7:29 pm
Forum: Nagios XI
Topic: How is the license being updated in an offline environment
Replies: 1
Views: 420

How is the license being updated in an offline environment

Just a question. looking at the technical paper on "activating your license", it did not mentioned how the license will be updated? How the license will be updated in the 2 scenarios below if there is no Internet access for the system? Thanks. Scenario 1: new activation. Scenario 2: renewa...
by timlee
Mon Nov 14, 2016 9:46 pm
Forum: Nagios Log Server
Topic: Database of Nagios Log
Replies: 3
Views: 1208

Re: Database of Nagios Log

Nagios Log Server uses the ELK stack on the back-end, meaning Elasticsearch serves as the database. In terms of sizing, that is almost impossible to recommend without knowing specific traffic your server will receive. Due to the nature of logs and the different sizes of people's environment, it's a...
by timlee
Mon Nov 14, 2016 9:29 pm
Forum: Nagios XI
Topic: Backend database of Nagios XI
Replies: 1
Views: 632

Backend database of Nagios XI

I'm new to Nagios XI, can I know what is the database that it is running on? What is the recommended space that is required for its directory, for e.g. for demo purposes?
Any documentation on the info that I requested will be helpful.
by timlee
Mon Nov 14, 2016 4:44 am
Forum: Nagios Log Server
Topic: Database of Nagios Log
Replies: 3
Views: 1208

Database of Nagios Log

I'm new to Nagios Log, can I know what is the database that it is running on? What is the recommended space that is required for its directory?
Any documentation on the info that I requested will be helpful.
by timlee
Tue Jul 21, 2015 10:36 am
Forum: Nagios XI
Topic: Unable to see login page
Replies: 8
Views: 9284

Re: Unable to see login page

I didn't see the 'Configure -> Tools -> Write Config Files' can I find it in the free version? My mistake - the actual path is 'Configure -> Core Config Manager -> Tools -> Write Config Files'. I'm glad to hear you have this working though - may I close this thread and mark it as resolved? Yes, tha...
by timlee
Tue Jul 21, 2015 10:26 am
Forum: Nagios XI
Topic: Unable to see login page
Replies: 8
Views: 9284

Re: Unable to see login page

Access your Nagios XI Web GUI and navigate to 'Configure -> Tools -> Write Config Files'. Once there, click the buttons in the following order: 1. Delete 2. Write 3. Verify 4. Restart After doing so, run a service nagios status on the CLI and ensure that nagios is running. If not, you may have to s...
by timlee
Mon Jul 20, 2015 9:47 pm
Forum: Nagios XI
Topic: Unable to see login page
Replies: 8
Views: 9284

Re: Unable to see login page

Well, the tables should be truncated after the number of days specified in the Admin --> performance settings --> databases page. There really is no need to archive these rows as the data is always available in the nagios logs, and the old data is really only used for SLA/Availability reporting (wh...
by timlee
Mon Jul 20, 2015 2:48 am
Forum: Nagios XI
Topic: Unable to see login page
Replies: 8
Views: 9284

Re: Unable to see login page

Let's take a look at your mysql logs: tail -n 30 /var/log/mysqld.log Does mysql.sock exist? ls /var/lib/mysql/mysql.sock SELinux is off? sestatus Check on your disk space: df -h Let us know the results of the above. Thanks! Hi Jolson, Thanks for pointing out, I've run out of disk space. Is there a ...
by timlee
Thu Jul 16, 2015 3:20 am
Forum: Nagios XI
Topic: Unable to see login page
Replies: 8
Views: 9284

Unable to see login page

Dear support,

I have not been using the Nagios machine for sometime and when I go into the URL, it shows me this page
errorLogin.JPG
without seeing the login page.

I have tried to run the repair, however there was segmentation fault and mysqld couldn't start after.
runRepair.JPG
by timlee
Wed Jun 03, 2015 2:16 am
Forum: Nagios XI
Topic: Where to get API Key
Replies: 3
Views: 7357

Re: Where to get API Key

Box293 wrote:When logged into Log Server, click the users name in the top right corner.
This will display the API Key.
If it is not visible, the API might not be enabled for that user.

In that case:
Admin > General > User Management
Edit the user and enable API Access.

Got it, thank you very much :)