Manage Special characters in UI

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
sujitt
Posts: 132
Joined: Thu Apr 25, 2013 1:50 pm

Manage Special characters in UI

Post by sujitt »

It feels primitive in this day and age to be able to have special data entry requirements to escape special characters.
Example passwords , arguments values. example to enter a $ sighn in a field you need $$ for \ you need \\ for ! in password you need to put it in resource files.

These are work arounds and not good for any mature product. I am fed up of training and letting users know of these little nuances.

Please make changes to make this a better product to use for the user community.

thanks
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Manage Special characters in UI

Post by tmcdonald »

Unfortunately the issue of escaping in general lies deeper than just Nagios products - indeed, MySQL, PHP, and other components that we rely on require escaping in one form or another. We could possibly work on our end to hide/obscure some of these technological artifacts, but the underlying causes are decades-old. I'll talk to the devs and see if they have anything to add.
Former Nagios employee
Locked