-
BGPWatch-2.3.1 is finally released after several weeks of running on one of my servers with no issues. There are no new features this time around, just a bunch of optimized code to do away with placeholder variables and temporary files.
2006-06-17 02:30:55 UTC by jmichalicek
-
BGPWatch has undergone some significant changes.
* Disk I/O has been reduced to only reading the config files on startup, rather than writing all user processes to disk and then reading those files again seconds (or less) later.
* Multiple unnecessary loops through arrays have been removed.
* Several excess temporary or placeholder scalars and arrays have been removed.
2006-04-11 00:27:32 UTC by jmichalicek
-
There's one thing that I believe I left out of the README. Some people have figured it out on their own, but just in case you haven't, here it is.
To run from cron you will not want to run the bgpwatch script directly. What you will want to do is create a script in whatever dir bgpwatch is installed to. Run that script from cron. The script should then run the bgpwatch script using the...
2004-06-02 01:29:09 UTC by jmichalicek
-
Please remove my e-mail address and put your own in there. It doesn't do any good for me to receive e-mails when users on your system go over their limit.
2004-02-21 19:52:12 UTC by jmichalicek
-
I just found a problem where it sometimes is not deleting the tmp files properly, causing you to get reports of users using too many processes. I will make a release to fix this, but for the time being you can add this on line 205:
unlink "$read";.
2003-09-13 17:02:42 UTC by jmichalicek
-
I just noticed something that I figured I should warn you guys about. Bpgwatch uses the output of ps. The ps utility only gives the first 7 characters of a username, so if you have users that have 8+ character usernames, remember to shorten it when putting them in one of the config files.
I am deciding on the best solution to this right now. I could use /proc, but that only brings it up to...
2003-09-12 02:17:33 UTC by jmichalicek
-
jmichalicek committed patchset 3 of module bgpwatch-2.0 to the BGPWatch CVS repository, changing 2 files.
2003-07-18 20:24:00 UTC by jmichalicek
-
jmichalicek committed patchset 2 of module bgpwatch-2.0 to the BGPWatch CVS repository, changing 7 files.
2003-07-18 18:36:37 UTC by jmichalicek
-
jmichalicek committed patchset 1 of module bgpwatch-2.0 to the BGPWatch CVS repository, changing 7 files.
2003-07-18 18:36:37 UTC by jmichalicek
-
bgpwatch-1.3 has been released. This version corrects the bug in previous versions where if a process had [ or ] in it and was owned by a user who was not in the ignorelist, then you would recieve grep errors.
I also removed the notes from the various list files because I have not yet put code into the program to ignore lines starting with #, so there was a chance that they could cause...
2002-07-13 00:22:30 UTC by jmichalicek