Search found 10 matches
- Wed Mar 28, 2018 8:27 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring SQL Database - inside.
- Replies: 14
- Views: 11518
Re: Monitoring SQL Database - inside.
Thanks for reply, scottwilkerson . Yes, I'm sure. I finally gave up with the check_mssql_database.py plugin and came back to check_mssql. And there is progress. :) Now, I have a question about formatting the results of sql queries. When I use: ./check_mssql -H x.x.x.x -U 'sa' -P xxx' -p 1433 -d data...
- Mon Mar 26, 2018 7:41 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring SQL Database - inside.
- Replies: 14
- Views: 11518
Re: Monitoring SQL Database - inside.
Thanks a lot mcapra , I have moved to the plugins proposed by you. When I use the plugin "check_mssql_server.py" everything is good. root@ubuntu:/usr/local/nagios/libexec# ./check_mssql_server.py -H x.x.x.x -U 'admin' -P 'pass' -p 1433 --time2connect OK: Time to connect was 0.0201740264893...
- Thu Mar 22, 2018 8:28 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring SQL Database - inside.
- Replies: 14
- Views: 11518
Re: Monitoring SQL Database - inside.
Are these plugins compatible with MS SQL 2014?
I found the information in all that they support to the 2008/2012 server version.
Now I have problems with connecting to the SQL server and I'm looking for the source of the problem.
I found the information in all that they support to the 2008/2012 server version.
Now I have problems with connecting to the SQL server and I'm looking for the source of the problem.
- Tue Mar 20, 2018 7:18 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring SQL Database - inside.
- Replies: 14
- Views: 11518
Re: Monitoring SQL Database - inside.
npolovenko, I tried everything, but nothing changed. Do you have any idea yet?
- Mon Mar 19, 2018 10:27 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring SQL Database - inside.
- Replies: 14
- Views: 11518
Re: Monitoring SQL Database - inside.
I configured everything - I think. And when I tried plugin: ./check_mssql -H x.x.x.x -U Administrator -P 'xxx' -p 1433 -d test -q "SELECT COUNT(*) FROM test" I have this: CRITICAL: Could not connect to dblib:host=x.x.x.x;dbname=test as Administrator (Exception: SQLSTATE[HY000] Unable to co...
- Mon Mar 19, 2018 8:33 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring SQL Database - inside.
- Replies: 14
- Views: 11518
Re: Monitoring SQL Database - inside.
Yes, that's it!
But... How can this plugin also support the MS SQL database?
I found "check_mssql" (https://exchange.nagios.org/directory/P ... ql/details), i think this is what i search.
But... How can this plugin also support the MS SQL database?
I found "check_mssql" (https://exchange.nagios.org/directory/P ... ql/details), i think this is what i search.
- Fri Mar 16, 2018 9:58 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring SQL Database - inside.
- Replies: 14
- Views: 11518
Monitoring SQL Database - inside.
Hello again, I come with another question from my side. Specifically, I mean the SQL database. I have a database on a separate server to which data goes over the TCP/IP port. I would like (if it is possible) to get inside the sql database from the server Nagios also on the TCP/IP port. In the databa...
- Thu Mar 08, 2018 10:42 am
- Forum: Open Source Nagios Projects
- Topic: How to use alias from NSClient in Nagios
- Replies: 5
- Views: 4613
Re: How to use alias from NSClient in Nagios
Oh my God, thank you very much! In my nagios.cfg I have a small mess: resource_file=/etc/nagios3/resource.cfg I went to resource.cfg and found this: $USER1$=/usr/lib/nagios/plugins But... I have all my plugins in "/usr/local/nagios/libexec". :lol: I changed everything and it works now. Tha...
- Thu Mar 08, 2018 4:23 am
- Forum: Open Source Nagios Projects
- Topic: How to use alias from NSClient in Nagios
- Replies: 5
- Views: 4613
Re: How to use alias from NSClient in Nagios
I've tried this service before, but the result is this: http://img.liczniki.org/20180308/gggg-1520500903.png Again "(Return code of 127 is out of bounds - plugin may be missing)"... I don't have config resources.cfg: root@ubuntu:/home/monkol13# cat /usr/local/nagios/etc/resources.cfg cat: ...
- Wed Mar 07, 2018 7:41 am
- Forum: Open Source Nagios Projects
- Topic: How to use alias from NSClient in Nagios
- Replies: 5
- Views: 4613
How to use alias from NSClient in Nagios
Hi all, I have Nagios Core 3.5.1 on Ubuntu and monitoring remote Windows 7. I installed NSClient++ there, the check_nt plugins work. Currently, I started to play with check_nrpe and I would ask for help. I declared on remote host in the nsclient.ini: [/settings/external scripts/alias] alias_test = C...