index.html missing system information
"AIM-US Email Admin " <[email protected]> Fri, 29 Jun 2007 13:59:23 -0400
| Newsgroups | gmane.comp.monitoring.sysmon.help |
|---|---|
| Message-ID | <[email protected]> |
This is a multipart message in MIME format.
--===============0944648508==
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0154_01C7BA55.B42D1B70"
Content-Language: en-us
This is a multipart message in MIME format.
------=_NextPart_000_0154_01C7BA55.B42D1B70
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Jared and list,
First of all I want to thank you for a wonderful product. I have been using
it for years and it has saved my hide many a times. Recently the Fedora box
that was running sysmon packed it in and I installed it on a new system
running Ubuntu. I have been able to get things up and running as far as I
can tell. However there is nothing on the index.html page other then the
header information. I read through the archives and found a post that
sysmon only shows when systems are down but I had it running so that it
showed all the systems all the time. When they are up they are green, when
down red, and when recently down they are yellow.
I found the config options to set the colors.
root = "Sysmon-Host";
config upcolor "green";
config downcolor "red";
config recentcolor "yellow";
config statusfile html "/usr/share/sysmon/index.html";
config logging file "/var/log/sysmond.log";
config sender "sysmon";
config dnsexpire 7200;
config maxqueued 50;
object Sysmon-Host {
ip "127.0.0.1";
type ping;
desc "Sysmon Host";
};
object PrivateGateway {
ip "192.168.1.254";
type ping;
desc "router-eth1-1";
dep "Backbone";
};
object Backbone {
ip "192.168.1.5";
type ping;
desc "Main Switch";
dep "Sysmon-Host";
};
The logs seem to indicate everything is ok
Jun 29 2007-13:39:06 : total entries to be monitored = 3
Jun 29 2007-13:39:06 : Starting sysmon v0.92.2
Jun 29 2007-13:39:06 : sysmond: INFO: hold queue set to 480000 for icmp
packets
Jun 29 2007-13:39:06 : sysmond: INFO: hold queue set to 480000 for icmpv6
packets
Jun 29 2007-13:54:07 : dnscache - 45 hit 4 miss 0 exp 4 count entr 4 est
entries
I know I am missing something simple and hate to bother you guys but.
Help!
Nathan
------=_NextPart_000_0154_01C7BA55.B42D1B70
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3DEN-US link=3Dblue vlink=3Dpurple>
<div class=3DSection1>
<p class=3DMsoNormal>Jared and list,<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>First of all I want to thank you for a wonderful =
product.
I have been using it for years and it has saved my hide many a =
times.
Recently the Fedora box that was running sysmon packed it in and I =
installed it
on a new system running Ubuntu. I have been able to get things up =
and
running as far as I can tell. However there is nothing on the index.html =
page
other then the header information. I read through the archives and =
found
a post that sysmon only shows when systems are down but I had it running =
so
that it showed all the systems all the time. When they are up they =
are green,
when down red, and when recently down they are yellow.<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>I found the config options to set the =
colors.<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>root =3D "Sysmon-Host";<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>config upcolor "green";<o:p></o:p></p>
<p class=3DMsoNormal>config downcolor "red";<o:p></o:p></p>
<p class=3DMsoNormal>config recentcolor =
"yellow";<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>config statusfile html
"/usr/share/sysmon/index.html";<o:p></o:p></p>
<p class=3DMsoNormal>config logging file =
"/var/log/sysmond.log";<o:p></o:p></p>
<p class=3DMsoNormal>config sender "sysmon";<o:p></o:p></p>
<p class=3DMsoNormal>config dnsexpire 7200;<o:p></o:p></p>
<p class=3DMsoNormal>config maxqueued 50;<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>object Sysmon-Host {<o:p></o:p></p>
<p class=3DMsoNormal> ip
"127.0.0.1";<o:p></o:p></p>
<p class=3DMsoNormal> type =
ping;<o:p></o:p></p>
<p class=3DMsoNormal> desc =
"Sysmon
Host";<o:p></o:p></p>
<p class=3DMsoNormal>};<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>object PrivateGateway {<o:p></o:p></p>
<p class=3DMsoNormal> ip =
"192.168.1.254";<o:p></o:p></p>
<p class=3DMsoNormal> type =
ping;<o:p></o:p></p>
<p class=3DMsoNormal> desc
"router-eth1-1";<o:p></o:p></p>
<p class=3DMsoNormal> dep
"Backbone";<o:p></o:p></p>
<p class=3DMsoNormal>};<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>object Backbone {<o:p></o:p></p>
<p class=3DMsoNormal> ip =
"192.168.1.5";<o:p></o:p></p>
<p class=3DMsoNormal> type =
ping;<o:p></o:p></p>
<p class=3DMsoNormal> desc =
"Main
Switch";<o:p></o:p></p>
<p class=3DMsoNormal> dep
"Sysmon-Host";<o:p></o:p></p>
<p class=3DMsoNormal>};<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>The logs seem to indicate everything is =
ok<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>Jun 29 2007-13:39:06 : total entries to be =
monitored =3D 3<o:p></o:p></p>
<p class=3DMsoNormal>Jun 29 2007-13:39:06 : Starting sysmon =
v0.92.2<o:p></o:p></p>
<p class=3DMsoNormal>Jun 29 2007-13:39:06 : sysmond: INFO: hold queue =
set to
480000 for icmp packets<o:p></o:p></p>
<p class=3DMsoNormal>Jun 29 2007-13:39:06 : sysmond: INFO: hold queue =
set to
480000 for icmpv6 packets<o:p></o:p></p>
<p class=3DMsoNormal>Jun 29 2007-13:54:07 : dnscache - 45 hit 4 miss 0 =
exp 4
count entr 4 est entries<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>I know I am missing something simple and hate to =
bother you
guys but…<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>Help!<o:p></o:p></p>
<p class=3DMsoNormal><o:p> </o:p></p>
<p class=3DMsoNormal>Nathan<o:p></o:p></p>
</div>
</body>
</html>
------=_NextPart_000_0154_01C7BA55.B42D1B70--
--===============0944648508==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Sysmon-help mailing list
Sysmon-help-li9M/[email protected]
https://puck.nether.net/mailman/listinfo/sysmon-help
--===============0944648508==--