Search found 24 matches
- Mon Jul 01, 2019 12:31 am
- Forum: Nagios XI
- Topic: New RRD files owned by apache instead of nagios
- Replies: 1
- Views: 138
New RRD files owned by apache instead of nagios
Hi there! When we run up a new network device and want to monitor bandwidth utilisation on the various interfaces, we are finding that the .rrd files generated by the XI wizard are owned by the apache:apache user/group instead of nagios:nagios. This has the effect of preventing data from being recor...
- Tue Mar 12, 2019 1:14 am
- Forum: Nagios XI
- Topic: Unable to edit dashboards, or add new ones
- Replies: 16
- Views: 1104
Re: Unable to edit dashboards, or add new ones
Pretty sure it was just the ( ' ) in the name of the dashboard. For example, if you create a dashboard called "A Dashboard" "Bob's Dashboard" "Jeff's Dashboard" "Another Dashboard" Then export the backup and import into a new instance, you will run into issues...
- Mon Mar 11, 2019 2:16 am
- Forum: Nagios XI
- Topic: Unable to edit dashboards, or add new ones
- Replies: 16
- Views: 1104
Re: Unable to edit dashboards, or add new ones
Thanks for the update. When you mentioned deleting the dashboard for the user having the problem, you gave me something to test. Sure enough, other users dashboards were working and able to be edited without issue. So I deleted the row from the DB for the problematic user. Unfortunately this deletes...
- Wed Mar 06, 2019 2:14 am
- Forum: Nagios XI
- Topic: Unable to edit dashboards, or add new ones
- Replies: 16
- Views: 1104
Re: Unable to edit dashboards, or add new ones
Had to deflate to 7z the file because PHP is not allowed 
- Tue Mar 05, 2019 9:17 pm
- Forum: Nagios XI
- Topic: Unable to edit dashboards, or add new ones
- Replies: 16
- Views: 1104
Re: Unable to edit dashboards, or add new ones
Okay, so I dug a bit deeper, and instead ran the following psql command: echo "select usermeta_id, user_id, keyname, autoload, keyvalue from xi_usermeta where keyname = 'dashboards';" | psql -U nagiosxi nagiosxi > /tmp/info.txt This dumps out a lot of data for dashboards. I haven't attache...
- Sun Mar 03, 2019 9:47 pm
- Forum: Nagios XI
- Topic: Unable to edit dashboards, or add new ones
- Replies: 16
- Views: 1104
Re: Unable to edit dashboards, or add new ones
We are running a very recent NagiosXI OVA for VMware. 5.5.10 CentOS Linux release 7.6.1810 (Core) The result of the mysql query was: +-------------+---------+-----------+----------+----------+ | usermeta_id | user_id | keyname | keyvalue | autoload | +-------------+---------+-----------+----------+-...
- Wed Feb 27, 2019 10:42 pm
- Forum: Nagios XI
- Topic: Unable to edit dashboards, or add new ones
- Replies: 16
- Views: 1104
Re: Unable to edit dashboards, or add new ones
You might be onto something here, when I tried to edit the name of dashboards to remove the ' from the name of the dashboard, the name of the dashboard only shows the upto and excluding the apostrophe, so I can't remove it.
Any way for me to change the name of the dashboards another way?
Any way for me to change the name of the dashboards another way?
- Wed Feb 27, 2019 10:36 pm
- Forum: Nagios XI
- Topic: Unable to edit dashboards, or add new ones
- Replies: 16
- Views: 1104
Re: Unable to edit dashboards, or add new ones
Yeah, I waited hours - there are no error messages logging to the files. Nothing in the /var/log/mariadb/mariadb.log either. It all looks good.
There is an apostrophe in one of the dashboards names, but nothing other than that.
There is an apostrophe in one of the dashboards names, but nothing other than that.
- Mon Feb 25, 2019 8:02 pm
- Forum: Nagios XI
- Topic: Unable to edit dashboards, or add new ones
- Replies: 16
- Views: 1104
Re: Unable to edit dashboards, or add new ones
I have monitored the *rror_log files whilst attempting to perform modifications to the dashboards, but nothing gets logged to the files. Each action seems to submit a single request that returns a 200 result. Also, in the cases where there is a change to a dashboard, it seems the be unresponsive cli...
- Mon Feb 25, 2019 6:59 pm
- Forum: Nagios XI
- Topic: Bandwidth charts show 0/0 for us as well
- Replies: 18
- Views: 1166
Re: Bandwidth charts show 0/0 for us as well
Great stuff. Thanks for the help on this, feel free to close this as I now have a new thread open for the dashboards issue.