Issue uploading Dashlets on Fusion

This support forum board is for questions relating to Nagios Fusion.
Locked
ed_bacons
Posts: 1
Joined: Tue May 26, 2020 11:57 am

Issue uploading Dashlets on Fusion

Post by ed_bacons »

I did not setup teh Nagios environment but was asked to create a Fusion dahsboard. The issue is that the upload of any Dashlet is not working on Fusion. I can upload the dashlets on NagiosXI server fine. This is the standard dashlet taken from the Nagios site. I have tried several different dashlets and none work. The error I get is "Unable to submit command".

There is no issue loading this same dashlet on a different NagiosXI server.

We are running Nagios Fusion 4.1.9.

The debugs logs only have the following message "User submitted command: 105"

I am at a little bit of a loss and can not get the needed dashlets loaded.

Any one seen this error?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Issue uploading Dashlets on Fusion

Post by ssax »

A couple points:
- XI dashlets will not work on Fusion
- Fusion dashlets will not work on XI

Which dashlet are you testing with? (not the custom one)

Are you following this?

https://assets.nagios.com/downloads/nag ... shlets.php

Are you seeing any errors in your apache logs? Run this command as root and leave it running:

Code: Select all

tail -Fn0 /var/log/httpd/error_log
/var/log/httpd/ssl_error_log /var/log/apache2/error_log
Then upload the dashlet again (you can download an existing from Admin > Manage Dashlets and re-upload it to see if it's the dashlet you are using that is the problem) and send the full output from the still running tail command above.

What is the output of these commands?

Code: Select all

ls -ld /usr/local/nagiosfusion/tmp
ls -l /usr/local/nagiosfusion/tmp
Locked