We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481f7e7 commit dcb9075Copy full SHA for dcb9075
js/modules.js
@@ -237,6 +237,10 @@
237
name: 'redis',
238
template: '<key-value-list heading="Redis" module-name="redis"></key-value-list>'
239
},
240
+ {
241
+ name: 'pm2',
242
+ template: '<table-data heading="P(rocess) M(anager) 2" module-name="pm2" info="pm2 read-out."></table-data>'
243
+ },
244
{
245
name: 'memoryInfo',
246
template: '<key-value-list heading="Memory Info" module-name="memory_info" info="/proc/meminfo read-out."></key-value-list>'
templates/sections/applications.html
@@ -1,3 +1,4 @@
1
<common-applications></common-applications>
2
<memcached></memcached>
3
<redis></redis>
4
+<pm2></pm2>
0 commit comments