Search found 4 matches
- Fri Jan 26, 2018 3:15 am
- Forum: Open Source Nagios Projects
- Topic: Problem check_nrpe with check_sqldbsize.vbs
- Replies: 5
- Views: 5302
Re: Problem check_nrpe with check_sqldbsize.vbs
NSC.INI [modules] NRPEListener.dll NSClientListener.dll CheckWMI.dll FileLogger.dll CheckSystem.dll CheckDisk.dll CheckEventLog.dll CheckHelpers.dll CheckExternalScripts.dll ;# NSCLIENT++ MODULES ;# A list with DLLs to load at startup. ; You will need to enable some of these for NSClient++ to work. ...
- Thu Jan 25, 2018 10:45 am
- Forum: Open Source Nagios Projects
- Topic: Problem check_nrpe with check_sqldbsize.vbs
- Replies: 5
- Views: 5302
Re: Problem check_nrpe with check_sqldbsize.vbs
Thank you for your reply, I've modified VBScript with my user :'sa' and his password, when I execute this script inside the server I don't have any problem but when I execute CHECK_NRPE command I receive an error message with login denied
- Thu Jan 25, 2018 5:09 am
- Forum: Open Source Nagios Projects
- Topic: Problem check_nrpe with check_sqldbsize.vbs
- Replies: 5
- Views: 5302
Problem check_nrpe with check_sqldbsize.vbs
Hello I've installed an script for calculate SQL database size, I've executed this command in my SQL Server and I don't have any problem: Message: OK: REPORTSERVER DATABASE SIZE IS 16 MB. But when I've executed in my Nagios server this command by NRPE I'm receiving an error message: COMMAND: ./check...
- Tue Jan 23, 2018 10:48 am
- Forum: Open Source Nagios Projects
- Topic: SQL SERVER + NAGIOS
- Replies: 2
- Views: 1144
SQL SERVER + NAGIOS
Hi, I'm trying to monitoring database for SQL SERVER 2016 with a plugin (check_mssql_database.py) but I can't to do it. command: ./check_mssql_database.py -H 192.198.XX.XX -U 'sa' -P 'XXXXX' -T 'master' --datasize' This command show me an error: <type 'exceptions.UnicodeDecodeError'> Caught unexpect...