Questions tagged [server-monitoring]

43 questions
6
votes
3 answers

Scripting library for monitoring server health?

Is there a scripting library preferably in Python/Perl/Ruby that allows you to get information on disk, load, a list of processes running, cpu usage in a standard way? I always end up parsing df, uptime, ps etc. Given that these differ on different…
Stuart Woodward
  • 2,138
  • 4
  • 21
  • 31
6
votes
0 answers

Munin: monitoring by hour

Tell me please, how does configuration Munin, that would monitoring by hours. I have configuration by day, by weeks but I don't know how configuration Munin by hours. Thanks.
user523116
  • 61
  • 2
4
votes
3 answers

What Coldfusion 8 standard edition performance monitoring free tools are available?

The company I work for only has standard edition, and can not afford a pricey monitoring solution. And this is installed on windows 2003, IIS 6, Coldfusion 8. But we need a way to remotely look at performance of the coldfusion server, since perfmon…
crosenblum
  • 1,869
  • 5
  • 34
  • 57
3
votes
1 answer

How can I remotely monitor the performance status of a Linux server with oshi?

I want to use OSHI to monitor the performance status of my remote Linux server, but the official api seems to only monitor the performance status of the machine. Do I have to put the java code on the server to get the performance status of the…
Larimar
  • 33
  • 4
3
votes
3 answers

Setup "Stackdriver Kubernetes Monitoring" for AWS

Google Cloud Platform announced "Stackdriver Kubernetes Monitoring" at Kubecon 2018. It looks awesome. I am an AWS user running a few Kubernetes clusters and immediately had envy, until I saw that it also supported AWS and "on prem". Stackdriver…
2
votes
1 answer

Use check_mk_agents on clients to check availability of a service or host

I hope it's ok to ask rather a settings question instead of a coding-question here. We are using CheckMK now to monitor some of our services/ servers. We want to use a bunch of clients (in this case raspberry pis, about 150 of them in total) to…
exa.byte
  • 155
  • 1
  • 12
2
votes
1 answer

Identfy os command injection with auditctl

How to identify which PHP script that executed the exec or shell_exec command. x.php :-
Aayush
  • 220
  • 1
  • 11
2
votes
1 answer

502 error monitoring in Nginx server

I have a Linux server running Nginx and from time to time it starts throwing a 502 error when trying to access it throw HTTP, and after a while gets back to normal. I've checked the different logs (Nginx, PHP and MySQL) and didn't find anything that…
AngelGris
  • 813
  • 1
  • 9
  • 25
1
vote
0 answers

How to get the details of applications deployed on Tomcat server?

I am trying to develop a web application to monitor a Tomcat server using Spring Boot. I need to retrieve information on all server instances and applications deployed on the Tomcat server. I have been searching for resources on how to use the…
1
vote
2 answers

How to improve the app performance

I am designing an android application which gets data through REST API calls to the server. I wanted to know how to improve the performance and increase the response time. I am bothered if multiple requests are hitting the server at the same time,…
1
vote
0 answers

Difference between ServerMonitorListener and ServerListener and AutoReconnect | MongoDB

i am trying to implement the MongoDB Java API and wanted to know the exact difference between ServerMonitorListener and ServerListener. Maybe you can tell me the difference and also tell me why it is useful to use the specific one? Also which one of…
Fabian Schmidt
  • 334
  • 1
  • 13
1
vote
1 answer

Good resource for what to look for on Munin graphs?

I have installed Munin to provide some insight into server performance for a VPS server with some small rails and Sinatra applications. Is there a good resource for reading up on what to look for on the graphs Munin provides. Or a good resource on…
curiouscat
  • 191
  • 7
1
vote
1 answer

Implementing graphs in Uchiwa with Sensu

I need to do a monitoring platform for my compagny. I set up basic sensu plugins et an Uchiwa platform, but the display for the CPU usage is not clear, I have something like this : client1.cpu.total.user 3765 10393830287 client1.cpu.total.nice 3…
Dimitri Danilov
  • 1,338
  • 1
  • 17
  • 45
1
vote
2 answers

How to set up Appdynamics Environment

I am trying to install Appdynamics APM tool. It has three components : 1. Appdynamics Controller 2. Application Server Agent 3. Machine Agent I have few queries: 1.How to install all the three? 2.What are the roles of all of three ? 3.DO i need…
user3086014
  • 4,241
  • 5
  • 27
  • 56
1
vote
1 answer

Can visualvm send automatic email notification

We are having an web application hosted on Tomcat 6x and would like to set-up a server health monitoring tool like visualvm which could send us 'Automatic email notifications' incase of any issues with memory or other aspects. Since we are…
yathirigan
  • 5,619
  • 22
  • 66
  • 104
1
2 3