Hi,
I can't create tools under "Common Tools".
As you can see from the screenshot below, The "URL" field becomes empty after saving the settings.
We are running Nagios XI 2012R2.7 on a CentOS release 6.4
Thank for your help
BRegards
I can't create a tool under Common Tools
I can't create a tool under Common Tools
You do not have the required permissions to view the files attached to this post.
Re: I can't create a tool under Common Tools
Confirmed in 2.9
I've filed an internal bug report for this.
I've filed an internal bug report for this.
Former Nagios employee
Re: I can't create a tool under Common Tools
This feature was working fine on nagiosXI 2012R2.2.
We are preparing our production platform and we are planning to upgrade to the latest version 2.9
This is a important feature for us. Is there any work around?
We are preparing our production platform and we are planning to upgrade to the latest version 2.9
This is a important feature for us. Is there any work around?
Re: I can't create a tool under Common Tools
Open the "/usr/local/nagiosxi/html/includes/utils-tools.inc.php" in a text editor, and change line 121 from this:
to this:
Let me know if this fixed your issue.
Code: Select all
"url" => htmlentities($url,'UTF-8'),Code: Select all
"url" => htmlentities($url,ENT_QUOTES,'UTF-8'),Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: I can't create a tool under Common Tools
It works! Thanks.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: I can't create a tool under Common Tools
Great, that bug should be picked up pretty soon and it should be fixed for the next release permanently.