Skip to content

Commit

Permalink
Add more routes to get IP, CPU and memory info
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Sep 4, 2024
1 parent 2863f61 commit b8b334d
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 13 deletions.
22 changes: 19 additions & 3 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,12 @@ <h2 id="F">F</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pyninja.models.Session.forbid">forbid (pyninja.models.Session attribute)</a>
</li>
<li><a href="index.html#pyninja.auth.forbidden">forbidden() (in module pyninja.auth)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pyninja.auth.forbidden">forbidden() (in module pyninja.auth)</a>
<li><a href="index.html#pyninja.squire.format_nos">format_nos() (in module pyninja.squire)</a>
</li>
<li><a href="index.html#pyninja.models.EnvConfig.from_env_file">from_env_file() (pyninja.models.EnvConfig class method)</a>
</li>
Expand All @@ -161,9 +163,15 @@ <h2 id="G">G</h2>
<li><a href="index.html#pyninja.dockerized.get_all_volumes">get_all_volumes() (in module pyninja.dockerized)</a>
</li>
<li><a href="index.html#pyninja.dockerized.get_container_status">get_container_status() (in module pyninja.dockerized)</a>
</li>
<li><a href="index.html#pyninja.routers.get_cpu">get_cpu() (in module pyninja.routers)</a>
</li>
<li><a href="index.html#pyninja.routers.get_ip">get_ip() (in module pyninja.routers)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pyninja.routers.get_memory">get_memory() (in module pyninja.routers)</a>
</li>
<li><a href="index.html#pyninja.process.get_performance">get_performance() (in module pyninja.process)</a>
</li>
<li><a href="index.html#pyninja.process.get_process_status">get_process_status() (in module pyninja.process)</a>
Expand All @@ -186,6 +194,8 @@ <h2 id="H">H</h2>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pyninja.routers.health">health() (in module pyninja.routers)</a>
</li>
<li><a href="index.html#pyninja.models.EnvConfig.Config.hide_input_in_errors">hide_input_in_errors (pyninja.models.EnvConfig.Config attribute)</a>
</li>
</ul></td>
Expand Down Expand Up @@ -278,10 +288,14 @@ <h2 id="P">P</h2>
<li><a href="index.html#pyninja.models.EnvConfig.parse_service_manager">parse_service_manager() (pyninja.models.EnvConfig class method)</a>
</li>
<li><a href="index.html#pyninja.models.Payload">Payload (class in pyninja.models)</a>
</li>
<li><a href="index.html#pyninja.squire.private_ip_address">private_ip_address() (in module pyninja.squire)</a>
</li>
<li><a href="index.html#pyninja.squire.process_command">process_command() (in module pyninja.squire)</a>
</li>
<li><a href="index.html#pyninja.routers.process_status">process_status() (in module pyninja.routers)</a>
</li>
<li><a href="index.html#pyninja.squire.public_ip_address">public_ip_address() (in module pyninja.squire)</a>
</li>
<li><a href="index.html#pyninja.database.put_record">put_record() (in module pyninja.database)</a>
</li>
Expand Down Expand Up @@ -402,11 +416,13 @@ <h2 id="S">S</h2>
</li>
<li><a href="index.html#pyninja.models.ServiceManager">ServiceManager (class in pyninja.models)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pyninja.models.ServiceStatus">ServiceStatus (class in pyninja.models)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#pyninja.models.Session">Session (class in pyninja.models)</a>
</li>
<li><a href="index.html#pyninja.squire.size_converter">size_converter() (in module pyninja.squire)</a>
</li>
<li><a href="index.html#pyninja.main.start">start() (in module pyninja.main)</a>
</li>
Expand Down
Loading

0 comments on commit b8b334d

Please sign in to comment.