Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for a turnkey solution for server monitoring, especially disk space usage that notifies of certain events such as a particular drive getting low on space via email, text or both.
The client has 11 machines that need monitoring and money is not an issue with them as they run a time critical operation.
Any insights from personal experiences would be appreciated.
Try either Zabbix, Nagios or Pandora FMS. They're all basic monitoring solutions that can help in a greater or lesser measure heavily depending on the infrastructure and the time as you mentioned. In your position, for that small amount of devices I'd try one out that has an Open Source edition like Pandora FMS or OpenNMS.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am looking for a Firebase solution for logging. I am not sure if Firebase offers a solution for this or not.
I have looked at FireBase analytics but this is not quite a match, you do not get a view that one would typically expect from a system log.
My requirements are simple: System log entries ordered by date and time with arbitrary loads, the application side software logging mechanism should queue the log entries if the mobile device is offline.
Does Firebase offer any product that can be used for logging. (Standard Syslog).
Sure you have.
You import the package from firebase-firestor and you are good to go.
Official explaining here
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
There are 3 different licence type in MS-SQL server 2012:
Enterprise
Business Intelligence
Standard
What is their properties
From what I could make out of your question, Standard is what you probably need. Enterprise adds in additional high availability features, advanced BI options and ups the limits of memory and CPU. BI edition is mostly beneficial for data warehousing without the added expense of Enterprise.
Here is a good breakdown on functionality:
http://msdn.microsoft.com/en-us/library/cc645993.aspx
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need have a networking monitoring system that have these feature.
opensourced (must)
written by c/c++. (must)
async io mode (like io, must)
support ping, http, snmp, mysql, redis... protocal
The System must run with epoll mode so that run many test as there can, no blocking at all.
Is there any avaliable one?
I don't know if you looked on sourceforge for open source software, they have many rated network monitoring systems written in C and C++. Pandora is good but look around maybe you might find what you looking for there.>>> Link<<<
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I currently use fiddler2 ,paros proxy, Live Http Header and HttpFox.
I would like to know if there are some Free good quality http debugging tools available other than these.
Thanks Again Guys!
I would say, Firebug is a pretty good (and free) complement to all these tools you are mentioning. I would also recommend Wireshark. It's a lower level PACKET SNIFFER than the ones you've mentioned, but is has a pretty good HTTP decoder.
Paros hasnt been updated for many years -
have a look at the OWASP Zed Attack Proxy instead.
Its a free, open source fork of Paros and has been significantly enhanced.
Simon (ZAP Project Lead)
Check out Glimpse. It hooks into your ASP.NET MVC/Forms app and provides you with debug info on calls/cache hits and misses/remote calls/etc.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
We have a server located at our office & we have 6 employees distributed over 6 different cities.
We are facing a case where these 6 employees sometimes try to login into the server through internet
concurrently and perform different tasks like ( opening our ERP system, checking
some emails, deleting some files) without disturbing each other i.e. each employee will
work independently from each other.
Of course, we would prefer a software which provides these features over the internet to pass all the firewalls or any obstacles.
I have found some applications like TeamViewer but only allows one user to have full control
What is OS running on your server. Assuming you have windows server you can use Remote Desktop Sessions - http://msdn.microsoft.com/en-us/library/aa383052(v=VS.85).aspx