-
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cutom addon source page issue. Update top3 addons.
- Loading branch information
1 parent
4825125
commit b088d7c
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<link href="/css/bootstrap.min.css" rel="stylesheet"> | ||
</head> | ||
<body bgcolor="#E6E6FA"> | ||
<div class="panel panel-default"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title">Top3 addons</h3> | ||
</div> | ||
<div class="panel-body"> | ||
<b>Top3</b> is design show the 3 process consuming the CPU time of | ||
CPU in addition to cunsumption of <code>rpimonitord</code> process.<br> | ||
<br> | ||
To activate this addon, copy <code>/usr/share/rpimonitor/web/addons/top3.cron</code> | ||
to <code>/etc/cron.d/top3</code>.<br> | ||
<br> | ||
Adding the top3 information into status page can be done by uncommenting | ||
the following line into <code>cpu.conf</code><br> | ||
<code>#web.status.1.content.1.line.4=InsertHTML("/addons/top3/top3.html")</code> | ||
</div> | ||
</body> | ||
</html> | ||
|