Hello
I have nagios XI 2011R3.0. I want to use object notes but when I've added my text and do a save.. I have a blank page. I can not see my notes anymore
rgds
Object notes tab
Re: Object notes tab
Download the Object Notes Component from the Nagios Exchange and re-install it:
Admin->System Extensions->Manage Components->Browse->objectnotes.zip->Open->Upload Component
Let us know if this helped.
Admin->System Extensions->Manage Components->Browse->objectnotes.zip->Open->Upload Component
Let us know if this helped.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Object notes tab
I'v already test... but it's same thing...
Re: Object notes tab
What kind of browser are you using? If you are using IE, try FF to see if you are going to experience the same issue.
Also, what user are you logged in as? If you are not logged in as nagiosadmin, go to:
Admin->Users->Manage Users-><your_user>Edit and send us a screenshot of the "Security Settings" section for this user.
Also, what user are you logged in as? If you are not logged in as nagiosadmin, go to:
Admin->Users->Manage Users-><your_user>Edit and send us a screenshot of the "Security Settings" section for this user.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Object notes tab
Hello
I use IE but I've just tested with firefix and it's same thing..
rgds
I use IE but I've just tested with firefix and it's same thing..
rgds
Re: Object notes tab
There is also a known bug with this component where the notes can fail to save if the host name + service name is a fairly long string. Could that be possible with this situation?
Re: Object notes tab
Hello
No I've tested with a hostname of 4 letter
Rgds
No I've tested with a hostname of 4 letter
Rgds
Re: Object notes tab
Can you run:
while attempting to save the object notes and see if there are any errors showing up during the save?
Code: Select all
tail -f /var/log/httpd/error_log-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Object notes tab
Can we try running the following command and see if will allow you to create the notes
This can be reverted back by running
Also, are you getting the notes to save for any of your hosts or services?
Code: Select all
echo 'alter table xi_options alter column name type varchar(256);'| psql nagiosxi nagiosxiCode: Select all
echo 'alter table xi_options alter column name type varchar(64);'| psql nagiosxi nagiosxi