Search found 416 matches

by rhassing
Fri Jul 11, 2025 3:46 am
Forum: Nagios Log Server
Topic: upgrade 2024R1.3.3 to 2024R1.3.4 throws php fatal error
Replies: 5
Views: 57282

Re: upgrade 2024R1.3.3 to 2024R1.3.4 throws php fatal error

I had the same error, but I'm not able to log in anymore :-(
by rhassing
Tue Mar 25, 2025 2:28 pm
Forum: Nagios Log Server
Topic: Unknown ip address after installing Nagio Logserver 2024R2
Replies: 5
Views: 51366

Re: Unknown ip address after installing Nagio Logserver 2024R2

I installed the OVA file. Could it be in there?
by rhassing
Tue Mar 25, 2025 1:33 pm
Forum: Nagios Log Server
Topic: Unknown ip address after installing Nagio Logserver 2024R2
Replies: 5
Views: 51366

Re: Unknown ip address after installing Nagio Logserver 2024R2

I see the ip address on the configuration page. On the configure page it's missing it's actual ip address. I noticed it was in the file "/usr/local/nagioslogserver/var/cluster_hosts" When I remove it, it reappears after a reboot. The ip address is found in my firewall log as a destination ...
by rhassing
Tue Mar 25, 2025 9:09 am
Forum: Nagios Log Server
Topic: Unknown ip address after installing Nagio Logserver 2024R2
Replies: 5
Views: 51366

Unknown ip address after installing Nagio Logserver 2024R2

I installed the new released Nagio logserver 2024R2 a few days ago. I started the migration, but not all data was copied over. I assume it might have something to do with a strange ip address which appeared in the configuration. The ip address found under configuration is: 192.168.1.93 This is not e...
by rhassing
Tue Dec 05, 2023 5:29 am
Forum: Nagios Log Server
Topic: Where are the dashboards stored?
Replies: 1
Views: 19087

Where are the dashboards stored?

I have an old installation of nagios logserver (POC) where I created some dashboards.
This installation in not working anymore. Elasticsearch won't start.

Is it possible to find and download the dashboards somewhere on this server?

Brgds,
Rob
by rhassing
Tue Jul 11, 2023 8:43 am
Forum: Nagios XI
Topic: Problems with the Nagvis back-end
Replies: 1
Views: 5596

Problems with the Nagvis back-end

On a fresh Nagios XI 5.11.1 install the Nagvis Back-end of Nagios XI did not work. I tried to fix it, but now it is still not working and I might even broken it :shock: I get the following error message: Failed to get objects: The given instance name "nagios" in backend "nagiosxi"...
by rhassing
Tue Jul 11, 2023 7:56 am
Forum: Nagios XI
Topic: installation error
Replies: 3
Views: 2502

Re: installation error

I noticed there was an error in the script that installs sshterminal (in /tmp/nagiosxi/subcomponents/sshterminal). It closes the virtualhost before it closes ifmodule in the ssl config. In the install script I added the following: echo "</VirtualHost>" >> "$file" Just after the l...
by rhassing
Tue May 25, 2021 9:49 am
Forum: Open Source Nagios Projects
Topic: Monitoring Bandwidth using NWC Health Check
Replies: 11
Views: 39410

Re: Monitoring Bandwidth using NWC Health Check

silentnoise wrote:Hello again :)
The script is running.

How can i change the output from bis/s to Mbit/s?

Greets
With the option -units MB it should be possible to change the output.
by rhassing
Sun May 23, 2021 4:17 am
Forum: Open Source Nagios Projects
Topic: Monitoring Bandwidth using NWC Health Check
Replies: 11
Views: 39410

Re: Monitoring Bandwidth using NWC Health Check

Edit /usr/local/nagios/etc/resource.cfg and add the your password $USER4$=fritzbox-password Add the config to nagios: define host { use generic-host host_name fritzbox alias fritzbox address <ip-fritzbox> } define service { use generic-service host_name fritzbox service_description Interface Usage c...
by rhassing
Sun May 23, 2021 4:03 am
Forum: Open Source Nagios Projects
Topic: Monitoring Bandwidth using NWC Health Check
Replies: 11
Views: 39410

Re: Monitoring Bandwidth using NWC Health Check

I have checked out this plugin as well.

You should be able to check the interface usage:

Code: Select all

./check_nwc_health --hostname 192.168.178.1 --port 49000 --mode interface-usage --community <passowrd>
The other checks described on the example page, memory usage and cpu load are not working very well