Search found 3 matches
- Wed Dec 05, 2012 8:55 am
- Forum: Nagios XI
- Topic: Issue with SQL scripts
- Replies: 4
- Views: 983
Re: Issue with SQL scripts
Here's the check: ./usr/local/nagios/libexec/check_mssql -H '172.17.16.63' -U 'DOM\user' -P 'password' -I MSSQLSERVER And I cannot connect. So far, from what I'm reading, everyone is saying that this script cannot pass Windows Auth to SQL. New question: Is there a way (any way at all) to pass Window...
- Wed Dec 05, 2012 7:17 am
- Forum: Nagios XI
- Topic: Issue with SQL scripts
- Replies: 4
- Views: 983
Re: Issue with SQL scripts
Here's the code: ./check_mssql_database.py -H '172.15.12.7' -U 'DOM\\username' -P 'dom_pass' -T 'database_name' -I MSSQLSERVER --time2connect --warning 1 --critical 5 I think you're correct with the inability to login with windows domain creds. I used the help option and it says "Specify MSSQL ...
- Tue Dec 04, 2012 2:27 pm
- Forum: Nagios XI
- Topic: Issue with SQL scripts
- Replies: 4
- Views: 983
Issue with SQL scripts
I'm having some issues getting SQL monitoring setup. To start, it won't connect. I don't know if this is because every time I enter my account name with domain creds in front of it, or if I simply cannot connect. Our server allows only Windows Auth and my user account is set to DBReader, which I ass...