/var/lib/pcp/config/pmsnap/summary.html is in pcp-gui 4.0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML VERSION="2.0">
<!
<! To customize this file, globally change MYHOST with the name of the host
<! you want to monitor. You may also want to change the auto-refresh rate
<! to something other than every five minutes (300 seconds, below).
<!
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="300">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<TITLE>PCP Summary Snapshot for MYHOST</TITLE>
</HEAD>
<BODY BGCOLOR="#bfbfbf">
<META http-equiv=refresh content=300>
<H2>System Performance Summary</H2>
<HR>
<CENTER>
<H3 ALIGN="CENTER"><FONT SIZE="3">One Hour Activity for MYHOST</FONT></H3>
<P ALIGN="CENTER"><IMG SRC="MYHOST.1hour.summary.gif"></P>
</CENTER>
<HR>
<CENTER>
<H3 ALIGN="CENTER"><FONT SIZE="3">Twelve Hour Activity for MYHOST</FONT></H3>
<P ALIGN="CENTER"><IMG SRC="MYHOST.12hour.summary.gif"></P>
</CENTER>
<HR>
<P>Images produced by <A HREF="http://pcp.io">Performance Co-Pilot Charts</A></P>
</BODY>
<HEAD>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</HEAD>
</HTML>
|