Search found 12 matches

by brandon-verrette
Tue Jun 01, 2021 7:56 am
Forum: Nagios XI
Topic: Unable to Access GUI
Replies: 1
Views: 230

Unable to Access GUI

Hello, As of this morning we are no longer able to access our Nagios XI GUI. We can log into the CLI. I've tried restarting the httpd service but it immediately fails (See below). We have also tried restarting the VM multiple times with no luck # systemctl status httpd.service ● httpd.service - The ...
by brandon-verrette
Wed May 05, 2021 4:13 pm
Forum: Nagios XI
Topic: Nagios XI Server Move
Replies: 1
Views: 244

Nagios XI Server Move

Hello, We are in the process of moving our current production NagiosXI VM to another VM(Different IPs) and was trying to locate the best process for this. If we create a backup of the current VM and restore the new VM using the backup, will we be able to run both of the VMs using the same license ke...
by brandon-verrette
Tue Feb 16, 2021 2:27 pm
Forum: Nagios Log Server
Topic: Unable to add LDAP/AD Integration
Replies: 1
Views: 436

Unable to add LDAP/AD Integration

Hello, Were currently running version 2.1.7 and are unable to integrate with Active Directory. When I try to import users from AD, I receive the error for "Invalid Username and password". However If I disable the use of SSL/TLS encryption on Nagios Log server, Im able to log in without any...
by brandon-verrette
Wed Dec 09, 2020 1:24 pm
Forum: Nagios Network Analyzer
Topic: Unable to use same Listening Port
Replies: 1
Views: 4641

Unable to use same Listening Port

When attempting to add multiple devices with the same Listening Port I get "XXXX is not a Unique Port"

I was able to add the first switch successfully with the listening port. However, I am unable to for every device after.

Do I need to use a different Listening port for each device ?
by brandon-verrette
Mon Nov 16, 2020 2:32 pm
Forum: Nagios Network Analyzer
Topic: Nagios NA High Availability
Replies: 1
Views: 4769

Nagios NA High Availability

Hello
We have just recently deployed Nagios Network analyzer. Is it possible to create a redundant instance of Nagios NA with only one license key ?

We would like to deploy another VM in case of failover.
by brandon-verrette
Mon Sep 21, 2020 2:22 pm
Forum: Nagios Log Server
Topic: Unable to load system information
Replies: 3
Views: 374

Re: Unable to load system information

Increasing the memory limit in PHP.ini resolved the issue. Thank you for your help
by brandon-verrette
Wed Sep 02, 2020 1:01 pm
Forum: Nagios Log Server
Topic: Unable to load system information
Replies: 3
Views: 374

Unable to load system information

Hello, My cluster is currently on 2.1.7. When I try to access some of the system information under the "Admin" tab, I get "The page isnt working , Server is currently unable to handle this request. HTTP error 500" I can reach the "Admin Overview" however can not select ...
by brandon-verrette
Thu Jun 18, 2020 7:57 am
Forum: Nagios Log Server
Topic: Reverse DNS Disabled
Replies: 10
Views: 1472

Re: Reverse DNS Disabled

Enabling the Disable DNS followed by the delete command seemed to have worked.

Code: Select all

curl -XDELETE http://localhost:9200/nagioslogserver/cf_option/disable_reverse_dns
Thank you !
by brandon-verrette
Tue Jun 16, 2020 8:58 am
Forum: Nagios Log Server
Topic: Reverse DNS Disabled
Replies: 10
Views: 1472

Re: Reverse DNS Disabled

Unfortunately, that did not work for me. When I made the following changes, the CSV no longer has any value in the Hostname field. foreach ($sending as $host => $logs) { $ret .= $host . ',' . dns_reverse_lookup($host) . ',' . 1 . ",," . $logs . "\n"; } foreach ($not_sending as $h...
by brandon-verrette
Tue Jun 09, 2020 3:00 pm
Forum: Nagios Log Server
Topic: Reverse DNS Disabled
Replies: 10
Views: 1472

Re: Reverse DNS Disabled

So when I first tried it, I had to install bind-utils to have nslookup Now when I do nslookup X.X.X.X, It responds with the correct hostname. However, the exported CSV of unique host still says <Reverse DNS disabled> Ive even tried switching it to yes, then switching it back to no under global config.