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
API changes in Nagios XI 5.7
Viewed 3006 times since Tue, Feb 23, 2021
XI 5.4 monitoring engine not running
Viewed 9590 times since Mon, Feb 6, 2017
Nagios XI - HTTP 500 Error / White Screen After Login
Viewed 5029 times since Mon, Feb 29, 2016
Nagios XI - Windows Memory Usage - Physical
Viewed 15095 times since Tue, Jan 26, 2016
Nagios XI - SNMPTT Service generates Cannot find module errors
Viewed 5424 times since Sun, Apr 9, 2017
Nagios XI - SourceGuardian Errors 2009R1.2C
Viewed 4010 times since Tue, Feb 2, 2016
Disabling Port 113 IDENT Requests
Viewed 4902 times since Tue, Mar 12, 2019
Nagios XI - Event Data Is Stale
Viewed 4834 times since Wed, Jan 27, 2016
Nagios XI - Core Configuration Mananger Display Issues
Viewed 4026 times since Tue, Jan 26, 2016
Nagios XI - Display All Scheduled Reports
Viewed 4477 times since Wed, Oct 12, 2016