-
Hmm, I don't have a "Send email when" field on the Alive System monitor. I have a "Check on schedule?" field which is set to "Yes, and report on status changes".
Now I do see the "Send an email when" field on the Scheduled Monitoring page. This is set to "When a service goes down". I have overriden it for the Alive System checks as I like to know when these come back up (I've made a few...
2009-10-22 01:42:30 UTC in Webmin
-
Hi,
this is an automated message.
Please indicate the following details as some or all are missing.
a) Used Webmin-, Usermin-, or Virtualmin-Version
Please note that main Virtualmin support is done on http://www.virtualmin.com/ and you may not receive an answer here.
b) Detailed Version of Operating system
c) Kernel Version
d) If applicable the PERL-Version installed on your...
2009-10-21 17:04:55 UTC in Webmin
-
We're using v1.490. Since you can't reproduce, I'll have to keep an eye out for when this happens again to see if I can find out more. For some reason, we're getting notified by the Alive System monitor that our site has come back up but we never got the notice of it going down. I repost if I can get a reproduceable test. Thanks for looking into it.
2009-10-21 17:04:55 UTC in Webmin
-
Hi Jamie,
I'm reporting this as a bug as it's unexpected behavior. I am finding that when I have an alert set to notify on status changes that we're getting several reports about the service coming back up even though we never were alerted to it being down. This is attributed to the fact that we have the "Failures before reporting" set to 3. It seems that the status change to come back up is...
2009-10-16 19:05:05 UTC in Webmin
-
Hi,
I am seeing what I think is a bug in the way the System and Server Status handles notifications. I've setup remote server monitoring from a system located in my office. Unfortunately there have been connectivity problems over the past week which was causing false positive notifications to get queued up in our outgoing mail then sent once connectivity is restored. One night we received...
2009-04-22 11:24:12 UTC in Webmin
-
In addition, if you want fields like 'email' to come through into the csv file, you need to add include_config_NAME. Here's an example of a %more_config settings for setting the csv_file and include:
%more_config = (
'csv_file' => '/home/garlicgold/public_html/cgi/sample_form_db.csv',
'include_config_email' => 1,
);.
2008-02-28 23:32:27 UTC in nms
-
I needed to be able to write form submissions to a CSV file for backup and data manipulation. The following patch does the job.
NOTES:
1. It requires Text::CSV be availble
2. A new config parameter called 'csv_file' is expected with the path to write the file to
3. A header line is only output if the file exists and size is 0
4. If you change your form, you should reset your csv file...
2008-02-28 21:40:23 UTC in nms
-
I am getting false positives for the disk space being down when running _ on FreeBSD 6.1 under a jailed environment. Sometimes the Current Status for the '/' directory says "Filesystem not mounted". Other times, it gives the correct diskspace. I suspect I am getting the notification when the status is "Filesystem not mounted". This is not accurate status as the system would not even be running...
2007-10-24 21:56:45 UTC in Webmin
-
I decided to dig into this problem some more tonite and discovered that my original evaluation of the problem was not accurate. It turns out that the problem was using "newest" as the entry id, not using an anchor tag. This was not being converted into an archive message. I've attached a patch which resolves this problem (and includes a patch for unlinking captcha images).
File Added...
2007-09-16 08:00:26 UTC in Dada Mail
-
kona committed patchset 54 of module Petal-Utils to the Petal::Utils CVS repository, changing 6 files.
2007-08-17 03:11:10 UTC in Petal::Utils