Questions tagged [mmonit]

M/Monit is a GUI frontend for the open source Monit monitoring client.

M/Monit is a GUI frontend for the open source Monit monitoring client.

6 questions
1
vote
1 answer

CPU Total is wrong displayed for a process in monit

I am using Monit, and I am monitoring a few processes. I have 12 vCPUS, and system is around 20% usage. Yet M/Monit shows some processes to go up to 100%. Well they actually do but just a single CPU. How can I have M/Monit show CPU usage properly? I…
user5542121
  • 113
  • 5
0
votes
1 answer

Monit is getting false negative for mongo http host checkup

I am trying to create a monit config file to monitor if mongodb is running. Here's my config file. check process mongod with pidfile /var/run/mongodb/mongod.pid group mongodb start program = "/sbin/start mongod" stop program = "/sbin/stop…
bitkot
  • 121
  • 4
0
votes
2 answers

M/Monit behind Apache SSL VHost proxy broken redirects

I'm having some difficulty getting M/Monit to work behind a proxy. I'm trying to proxy HTTPS connections from https: //monit.mydomain.com to http: //monit.realserver.com:8082. With the configuration below, if I visit https:…
RCross
  • 449
  • 2
  • 6
  • 19
0
votes
1 answer

Nginx M/Monit password protect

I am trying to protect access to M/Monit web interface: Box: ubuntu 14.04 nginx 1.8.1 mmonit-3.5.1 I created a mmonit config file under /etc/nginx/sites-available: server { listen 8080; root /var/www/html; location / { …
Jadeye
  • 123
  • 7
0
votes
1 answer

Monit: How to check a program executed by a specific user?

I have been using monit/mmonit to monitor my system. One if its features is the check program syntax, which runs a program and validates its return value: # Asserts that there are more than 40 users in the DEV DB. check program…
Adam Matan
  • 12,504
  • 19
  • 54
  • 73
-1
votes
1 answer

init.d script getting error

First of all sorry for my bad english Ok, i wrote a init.d script and i don't know its true or false (i am new at this things) #!/bin/sh . /etc/init.d/someserver start () { echo -n $"Starting someserver.jar: " java -jar…
C.T
  • 33
  • 1
  • 4