Search found 7 matches
- Tue Aug 14, 2012 12:34 pm
- Forum: Nagios XI
- Topic: Is there an updated check_mssql_server.py script?
- Replies: 12
- Views: 4554
Re: Is there an updated check_mssql_server.py script?
The --pagesplits works on a SQL Server 2000 server that I just set up for monitoring. Still no luck with SQL Server 2008. I still get "CRITICAL:Unable to access SQL Server." It's not a permissions issue because I am using top clearance for testing. However, it's good news that it works the...
- Wed Aug 01, 2012 10:50 am
- Forum: Nagios XI
- Topic: Is there an updated check_mssql_server.py script?
- Replies: 12
- Views: 4554
Re: Is there an updated check_mssql_server.py script?
bbradley, :) I wouldn't take those Criticals too seriously, I set up most of those default numbers in my test environment, so take that for what its worth. Agreed..However, clients are complaining of performance issues and so in our case it certainly seems to indicate that we have memory issues on ...
- Tue Jul 31, 2012 4:06 pm
- Forum: Nagios XI
- Topic: Is there an updated check_mssql_server.py script?
- Replies: 12
- Views: 4554
Re: Is there an updated check_mssql_server.py script?
Is it just that check that doesn't seem to work? Yes, All the other plugins are working and judging from all the criticals the server needs some work LOL. screen1.png Did you perchance edit the plugin at all? Python is pretty persnickety about whitespace. I have not edited it. Problem still existed...
- Tue Jul 31, 2012 2:41 pm
- Forum: Nagios XI
- Topic: Is there an updated check_mssql_server.py script?
- Replies: 12
- Views: 4554
Re: Is there an updated check_mssql_server.py script?
Keep the -p out, but keep the -I in there. Thanks-That worked! :D That is the one variation I didn't try because I was thinking that I had to specify the port too. Last problem-Any troubleshooting suggestions? [root@Nagios libexec]# ./check_mssql_server2.py -H '192.168.1.24' -U 'sa' -P 'password' -...
- Tue Jul 31, 2012 1:00 pm
- Forum: Nagios XI
- Topic: Is there an updated check_mssql_server.py script?
- Replies: 12
- Views: 4554
Re: Is there an updated check_mssql_server.py script?
Does it work when you do not specify the -p? It does not work when I take the -p 1350 out. That's why I would like to know if there is a way to set a new default port without specifying it in the command line? [root@Nagios libexec]# ./check_mssql_server.py -H '192.168.1.24' -U 'sa' -P 'password' -p...
- Tue Jul 31, 2012 11:41 am
- Forum: Nagios XI
- Topic: Is there an updated check_mssql_server.py script?
- Replies: 12
- Views: 4554
Re: Is there an updated check_mssql_server.py script?
Lets start with getting the updated check_mssql_server plugins, can you get the latest ones from https://github.com/scot0357/check_mssql_collection/ I downloaded and installed the files from here although they appear to be identical to the version I am already running. And then, there is some docum...
- Tue Jul 31, 2012 9:41 am
- Forum: Nagios XI
- Topic: Is there an updated check_mssql_server.py script?
- Replies: 12
- Views: 4554
Is there an updated check_mssql_server.py script?
Is there an updated check_mssql_server.py script? I can’t get this to work with the –I ‘INSTANCENAME’ or -T to work on anything. When I do for example without –I (it works) [root@Nagios libexec]# ./check_mssql_server.py -H '192.168.1.x' -U 'sa' -P 'xxxx' -p 1350 --averagewait --warning 20 --critical...