Displaying 20 results from an estimated 5683 matches for "healths".
Did you mean:
health
2019 Nov 25
2
Health check curl example
:) I really starting to feel a bit like an idiot, but all these 3
configs[0] give error 'Client not compatible with this binary'
[0]
service health-check {
executable = script /bin/health-check.sh
inet_listener health-check {
port = 5001
}
}
service health-check {
executable = script -e "HOME PATH" /bin/health-check.sh
inet_listener health-check {
port =
2019 Nov 25
1
Health check curl example
I can't yet use -p, the version I have is not supporting it still :(
Maybe it is better to wait until alpine linux updates the package.
-----Original Message-----
Subject: RE: Health check curl example
No worries. Now you are not using the passthrough(-p) mode. That is why
dovecot is telling you that your client is not compatible.
Using "script" without -p would require you
2019 Nov 25
2
Health check curl example
Thanks, Markus, maybe we should add this to the admin_manual? However I
am now getting the error 'script: Fatal: Missing script path'
Similar as when I try via the command line
bash-5.0# /usr/libexec/dovecot/script -e /bin/health-check.sh
Fatal: Missing script path
bash-5.0# /usr/libexec/dovecot/script -e /bin/ health-check.sh
Panic: BUG: No IOs or timeouts set. Not waiting for
2019 Nov 24
2
Health check curl example
How do I check the standard script then on this port 5001 from the
command line?
This one of alpine linux also does not have it yet
bash-5.0# dovecot --version
2.3.7.2 (3c910f64b)
-----Original Message-----
Subject: RE: Health check curl example
Yes. The passthrough option is rather new.
Aki
On 24/11/2019 15:28 Marc Roos via dovecot < dovecot at dovecot.org>
wrote:
I think
2019 Nov 25
0
Health check curl example
No worries. Now you are not using the passthrough(-p) mode. That is why dovecot is telling you that your client is not compatible.
Using "script" without -p would require you to implement that protocol: http://doc.dovecot.org/admin_manual/health_check.html#script-protocol.
I believe all you want to do is to keep this line
executable = script -p health-check.sh
and just replace
2010 Apr 09
1
[Gluster-devel] Gluster health/status
Gluster devs,
I found the message below in the archives. glfs-health.sh is not
included in the v3.0.3 sources - is there any plan to add this to the
"extras" directory? What's its status?
Ian
== snip ==
Raghavendra G
Mon, 22 Feb 2010 20:20:33 -0800
Hi all,
Here is some work related to Health monitoring. glfs-health.sh is a shell
script to check the health of glusterfs.
2017 Oct 25
3
Gluster Health Report tool
Hi,
We started a new project to identify issues/misconfigurations in
Gluster nodes. This project is very young and not yet ready for
Production use, Feedback on the existing reports and ideas for more
Reports are welcome.
This tool needs to run in every Gluster node to detect the local
issues (Example: Parsing log files, checking disk space etc) in each
Nodes. But some of the reports use Gluster
2019 Nov 24
2
Health check curl example
I think I already have that, I am having this configured
service health-check {
# this is the default configuration using the simple PING->PONG
# example health-check.
executable = script -p /bin/health-check.sh
inet_listener health-check {
port = 5001
}
}
bash-5.0# /bin/health-check.sh
HTTP/1.1 200 OK
Connection: keep-alive
OK
-----Original Message-----
Subject: Re:
2006 Apr 08
1
Welcome to Your WebMD Health Newsletters
Dear WebMD with AOL Health Member:
Congratulations on becoming a newsletter subscriber!
You''ll be getting the latest health news and the best
information WebMD has to offer.
We also want to make sure you know some of the best
ways to seek information on WebMD.
Every day, we showcase different WebMD features that
just may affect you. See the latest in our News Center.
Features --
2017 Oct 25
2
[Gluster-devel] Gluster Health Report tool
Hi Aravinda,
Very nice initiative, thank you very much! As as small recommendation it would be nice to have a "nagios/icinga" mode, maybe through a "-n" parameter which will do the health check and output the status ina nagios/icinga compatible format. As such this tool could be directly used by nagios for monitoring.
Best,
M.
> -------- Original Message --------
>
2019 Nov 25
0
Health check curl example
The -e parameter is used to define a "list of environment variables", so the error message telling you that you did not define a script is right.
So far i understood that you wanted to use passthrough mode, so do not use -e but -p. (except you need to define some environment-variables for your script).
Executing the script executable standalone does not work it must be started from
2019 Nov 24
2
Health check curl example
I am not understanding how this health check[1] script should work. From
the commandline it works fine when I type a PING I get a PONG. But how
do I do a curl to this 5001 port?
Tried something like this:
bash-5.0# curl http://localhost:5001/
curl: (56) Recv failure: Connection reset by peer
bash-5.0# curl http://localhost:5001/PING
curl: (56) Recv failure: Connection reset by peer
[1]
2019 Nov 25
0
Health check curl example
Hi,
you can use telnet or netcat to send input to that port and receive the
answer.
echo "PING" | nc localhost 5001
Best regards
Markus
On 11/24/19 2:43 PM, Marc Roos via dovecot wrote:
>
> How do I check the standard script then on this port 5001 from the
> command line?
>
>
> This one of alpine linux also does not have it yet
> bash-5.0# dovecot
2012 May 23
0
Research Assistant/Staff Scientist: Technology in Environmental Health (Boston, MA)
Research Assistant/Staff Scientist: Technology in Environmental
Health (Silent Spring Institute; Boston, MA)
Silent Spring Institute is a non-profit scientific research group studying
the environment and health. We are a multi-disciplinary team and
international leader in research on everyday exposures to
hormone disruptors, tests for breast carcinogens, and environmental links
to breast cancer.
2019 Nov 24
0
Health check curl example
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
Yes. The passthrough option is rather new.
</div>
<div>
<br>
</div>
<div>
Aki
</div>
<blockquote type="cite">
<div>
On 24/11/2019 15:28 Marc Roos via dovecot <
<a
2017 Oct 25
0
[Gluster-devel] Gluster Health Report tool
Hi,
since people are suggesting nagios then I can't resist suggesting exporting
the metrics in the prometheus format,
or at least making the project into a library so
https://github.com/prometheus/client_python could be used to export the
prometheus metrics.
There has been an attempt at https://github.com/ofesseler/gluster_exporter
but it is not maintained anymore.
Cheers,
Marcin
On Wed,
2006 Jun 16
6
modeling logit(y/n) using lrm
I have a dataset at a hospital level (as opposed to the patient level)
that contains number of patients experiencing events (call this number
y), and the number of patients eligible for such events (call this
number n). I am trying to model logit(y/n) = XBeta. In SAS this can be
done in PROC LOGISTIC or GENMOD with a model statement such as: model
y/n = <predictors>;. Can this be done
2007 Jul 16
3
Crontab script to check health of Asterisk server?
Has anybody created a crontab script to check the health of an Asterisk
server?
The part I'm struggling with is some sort of IAX "ping" to test the
connection to each provider without making a call.
-HJC
2017 Jul 05
3
Question about correlation
Greeting.
Dear Mr/Mrs/Miss,
OTU ID Health Disease
Bacterial 1 0.29 0.34
Bacterial 2 0.25 0.07
Bacterial 3 0.06 0.06
Bacterial 4 0.07 0.09
Bacterial 5 0.02 0.05
Above show the first 6 data sets, may I ask that the reason of R show the
error like "Error in cor(data) : 'x' must be numeric" ? And how to solve
it? Besides, isn't this data can conduct correlation matrix?
2017 Jul 05
0
Question about correlation
Hi Chin Yi,
If you are trying to correlate "Health" with "Disease", i.e.
cydf<-read.table(text="OTU ID Health Disease
Bacterial 1 0.29 0.34
Bacterial 2 0.25 0.07
Bacterial 3 0.06 0.06
Bacterial 4 0.07 0.09
Bacterial 5 0.02 0.05",
header=TRUE)
print(cor(cydf$Health,cydf$Disease))
[1] 0.7103517
If you are getting that error, it probably means that