Home » Categories » Products » Nagios XI » Troubleshooting » Common Problems

Nagios XI - MSSQL Query Wizard - Invalid characters in the username

Problem Description

After running the MSSQL Query wizard your new service has an UNKNOWN state with the following error:

UNKNOWN: Invalid characters in the username.

 

This problem can occur when trying to connect using Windows authentication and your username is something like user\domain, it is complaining about the backslash (\).

 

 

Resolution

The check_mssql plugin can be updated to allow the backslash. Establish a terminal session to your Nagios XI server as the user root.

Execute the following command to open the /usr/local/nagios/libexec/check_mssql file in vi:

vi /usr/local/nagios/libexec/check_mssql

When using the vi editor, to make changes press i on the keyboard first to enter insert mode. Press Esc to exit insert mode.

 

Jump to line 347 by typing the following:

:347

and press Enter.

 

The line you are looking for should look like this:

if (!preg_match("/^[a-zA-Z0-9-_]{2,32}$/", $db_user)) {

 

Change it to (add \\\\):

if (!preg_match("/^[a-zA-Z0-9-_\\\\]{2,32}$/", $db_user)) {

 

When you have finished, save the changes in vi by typing:

:wq

and press Enter.

 

After making these changes go back into the XI web interface and force an immediate check of the service to test that it is working correctly.

 


 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - Apply Configuration Never Completes
Viewed 20382 times since Tue, Jan 27, 2015
VMWare checks timing out or slow
Viewed 2675 times since Fri, Feb 11, 2022
Nagios XI - Installing Latest SourceGuardian Loaders
Viewed 6167 times since Mon, Jun 18, 2018
Nagios XI - Scheduled Downtime Not Working
Viewed 6083 times since Mon, Oct 10, 2016
Nagios XI - Last Check Time Not Updating
Viewed 17801 times since Tue, Jan 6, 2015
Nagios XI - 2014 Upgrade Issue - CONFIG ERROR
Viewed 4603 times since Mon, Jan 25, 2016
Nagios XI - ERROR: unable to open include file: /etc/mrtg/conf.d/xxxxxxx.cfg
Viewed 6915 times since Wed, Jun 1, 2016
Nagios XI - MRTG Reports SNMP_Session Errors
Viewed 4356 times since Wed, Jul 27, 2016
Nagios XI - Crashed Database Tables
Viewed 56097 times since Tue, Jan 27, 2015
Nagios XI - Resetting The nagiosadmin Password
Viewed 41207 times since Mon, Jan 25, 2016