You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
729 B
HTML

<h1>uWSGI vassal states monitoring plugin</h1>
<br>Nagios output: checks if all vassals are accepting requests and sets status to OK or CRITICAL.
<br>Influx Line-Portocol: collects <i>accepting</i>, <i>loyal</i>, <i>ready</i> and <i>cursed</i> states. Vassal id (without extension) is used as a "vassal" tag.<br>
<br>
Requirements:<br>
- PHP interpreter<br>
- uWSGI in Emperor mode running with --emperor-stats<br>
<h3>Plugin parameters</h3>
<pre class="light-well">check_uwsgi -s <path to emperor-stats socket> [-i] [-m measurement]
Optional parameters
-i Influx Line Protocol output format instead of Nagios
-m Measurement name ("uwsgi" by default)
Example: check_uwsgi -s /tmp/uwsgistats.sock -i -m uwsgistats</pre>