Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
argon0 wrote:Don't know if I'm just missing this or whether you just CANNOT do this, except via Graph Templates...
Would like to be able to change the Exchange Active Connections graph to name the databases, instead of having it just say Database1, Database2.... on the graph....
And is there an easy way to copy several lines of a graph then edit them, rather then adding each line one at a time (I remember something - a bit of a hack I did - from ages ago where you could add 3 or 4 lines at once...)
Create the graph from the template, then swap that graph's template to none. Then you can edit the names.
I have got more up to date templates for exchange in SVN. This is what I currently use for our exchange databases below.
Can you open /var/www/html/scripts/wmi.php manually from bash? Also make sure your path to php is correct, mine is /usr/bin/php but on other linux distro's it may be in a different location. Please check that also.
Log into the server, on the command prompt you get (which in most cases is bash and will be the default on Ubuntu) see if you can actually read the file.
Do you get any data back? If no then you have either a permission problem (not likely based on the permissions you pasted where everyone has read access) or the path is wrong..
That if the php executable is there return the version of php, if it doesnt then thats the problem your path to php is wrong. Running the following may be able to locate it for you.
I have the correct logon details and yes you are correct, if I try and connect from anoter machine using the windows management instrumentation, I get access denied, it works if I try local.
Had a look at the Win32_PerfRawData classes on my SQL2005 server using wbemtest, and found that the Win32_PerfRawData_MSSQLSERVER_SQLServer class does not exist, instead it looks like it has been replaced with the class Win32_PerfRawData_MSSQLLIVE2005_MSSQLLIVE2005
Thus I have created a new Data Query/Template for 2005 servers, which I shall attach later, once I test it on other SQl2005 servers!!
No longer a n00by, probably, by now an 0ldby
Now Head of Technology at RSCH, back to the prickly subject of Monitorring....
Had a look at the Win32_PerfRawData classes on my SQL2005 server using wbemtest, and found that the Win32_PerfRawData_MSSQLSERVER_SQLServer class does not exist, instead it looks like it has been replaced with the class Win32_PerfRawData_MSSQLLIVE2005_MSSQLLIVE2005
Thus I have created a new Data Query/Template for 2005 servers, which I shall attach later, once I test it on other SQl2005 servers!!
That is correct. It also changes when you have multiple named instances. Theres not really a way around it other than making your data source WMI class field adjustable. That way by default it'll be for the standard install and then you can change it if need be.