Search found 2 matches
- Wed Feb 03, 2016 4:31 pm
- Forum: Nagios XI
- Topic: $ not escaping correctly in check_xi_mysql_database
- Replies: 3
- Views: 574
Re: $ not escaping correctly in check_xi_mysql_database
Thanks for the quick response! When we tried $$, the script just spit out \$\$.
- Tue Feb 02, 2016 4:34 pm
- Forum: Nagios XI
- Topic: $ not escaping correctly in check_xi_mysql_database
- Replies: 3
- Views: 574
$ not escaping correctly in check_xi_mysql_database
Hello, We are currently evaluating Nagios XI with the intention to purchase, but we ran into the following issue when running the check_xi_mssql_database check command. Nagios should have sent /usr/local/Nagios/libexec/check_mssql_database.py –H (our internal sql IP) –U sa –P \$ocInfo1 –T TestTable ...