-
Hi,
I want to run sicm under win2k3 and had install the snmp service for windows. but this does not contain any cpu and memory information. so for example the oid to get hdd-usage (1.3.6.1.2.1.25.2.3.1.6) does not exist.
What i need to get the system informations?
Kind regards,
Mirko.
2008-04-06 08:14:57 UTC by heini_net
-
In case it helps anyone, alert mails were failing in my SICM installed in a WIndows machine w Active Perl. The reason is that I wanted to send alert emails via a mail server with authentication.
I have to add one line to sicm.pl Perl code, right here:
my @emails = split( /[;,]/,
$tt{ $tt_sorted[0] }->{if_alert_email} );
#...
2007-07-30 16:28:24 UTC by julio_cantarero
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2007-05-08 02:20:09 UTC by sf-robot
-
I am very interested.
Please upload the patch.
2007-04-23 09:25:09 UTC by t_h_048d3
-
Hi, I'm using customized version of SICM v0.95. I'm monitoring 20 or so machines, none of them are running all the time. I use short query interval (30s) and I've run into problem - SNMP queries are run one by one and once several machines are unavailable, inactivity timeouts cause delays big enough to span into successive query run.
I've hacked the SICM such that the queries are run in...
2007-04-23 08:55:43 UTC by tosuja
-
Hi,
Even without the > it fails with the same message.
However I am sure you are right that the problem is reading the config file. If I totally remove the nix_mgt line then I get a bit further:
__________|Loop start Sat Jan 20 11:40:41 2007____________
GetQuery |Response to module "https" in template "web_ping" for target "myweb
|site"...
2007-01-20 11:45:08 UTC by olly69
-
Just a quick query,
<nix_mgt user="root" group="root" PID_path="/var/run/sicm.pid" /nix_mgt>>
Is that a typo on the end, if not, your problem is the last > ... should be
<nix_mgt user="root" group="root" PID_path="/var/run/sicm.pid" /nix_mgt>
regards
Thomas.
2007-01-15 22:47:30 UTC by t_h_048d3
-
The messages:
Warning |Step value not defined. Using default=300
Warning |mail_server is not configured. No e-mail alerts will be sent.
suggest the config file (/etc/opt/sicm/config.xml) is not being read correctly as <step>300</step> and <mail_server>127.0.0.1</mail_server> exist.
I will look into this.
Sorry have not been concentrating on SICM for a while...
2007-01-15 22:44:43 UTC by t_h_048d3
-
Hi,
Probably a stupid mistake on my part, but when I try to start SICM I get:
[sicm@badger ~]$ /usr/bin/perl /opt/sicm/sicm.pl -c /etc/opt/sicm/config.xml
Warning |Step value not defined. Using default=300
Warning |mail_server is not configured. No e-mail alerts will be sent.
__________|Loop start Sun Jan 14 20:07:06 2007____________
Use of uninitialized value in multiplication (*...
2007-01-14 20:22:40 UTC by olly69
-
Not sure if this will help anyone out there, but i wrote this to ease the pain of manually hacking targets.xml:
me not best scripter out there so feel free to improve ;-)
Create file "sites":
[root@akcux153 snm]# cat sites
www.dev.ppsr.govt.nz
www.tst.ppsr.govt.nz
www.dev.iponz.govt.nz
www.tst.iponz.govt.nz
www.dev.companies.govt.nz
www.tst.companies.govt.nz...
2006-11-02 02:03:13 UTC by ddstyles