If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-06-18
Logged In: YES
user_id=549011
Index: src/opserv.help
RCS file: /cvsroot/srvx/services/src/opserv.help,v
retrieving revision 1.58
diff -u -4 -r1.58 opserv.help
--- src/opserv.help 21 Feb 2003 07:22:31 -0000 1.58
+++ src/opserv.help 18 Jun 2003 18:53:06 -0000
@@ -38,8 +38,9 @@
"Valid alert actions (to be taken when an alert is
hit) are:",
"$bNOTICE$b: Send a notice to the $b$O$b
alert channel",
"$bKILL$b: Disconnect the user",
"$bGLINE$b: Gline the user that tripped the
alert",
+ "$bEXCLUDE$b: Exclude user from tripping alerts",
"$uSee Also:$u addalert, delalert");
"DELALERT" ("/msg $O DELALERT <alert> [alert]...",
"Remove the specified alerts from the $b$O$b alert
list.",
"$uSee Also:$u addalert, stats");
This seems prone to side effects -- I think the mechanism in item #775920 is generally better. (And yes, I know the "but we don't want to gline our network admins" reason. If you have that problem, this isn't the right way to fix it.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=549011
With help from Entrope, I've created a patch which adds this
feature.
Logged In: YES
user_id=549011
whoops, forgot to tick the "I'm uploading a file" box
opserv "exclude" alert type patch
Logged In: YES
user_id=549011
Index: src/opserv.help
RCS file: /cvsroot/srvx/services/src/opserv.help,v
retrieving revision 1.58
diff -u -4 -r1.58 opserv.help
--- src/opserv.help 21 Feb 2003 07:22:31 -0000 1.58
+++ src/opserv.help 18 Jun 2003 18:53:06 -0000
@@ -38,8 +38,9 @@
"Valid alert actions (to be taken when an alert is
hit) are:",
"$bNOTICE$b: Send a notice to the $b$O$b
alert channel",
"$bKILL$b: Disconnect the user",
"$bGLINE$b: Gline the user that tripped the
alert",
+ "$bEXCLUDE$b: Exclude user from tripping alerts",
"$uSee Also:$u addalert, delalert");
"DELALERT" ("/msg $O DELALERT <alert> [alert]...",
"Remove the specified alerts from the $b$O$b alert
list.",
"$uSee Also:$u addalert, stats");
[http://www.macs.hw.ac.uk/~sa3/pub/patches/srvx/opserv-exclude-alert-type.opserv.help_1.58.diff]
Logged In: YES
user_id=10120
Originator: NO
This seems prone to side effects -- I think the mechanism in item #775920 is generally better. (And yes, I know the "but we don't want to gline our network admins" reason. If you have that problem, this isn't the right way to fix it.)