Joe Clarke преди 1 година
родител
ревизия
5c6bbbdcbd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      automation/services/dhcp_scope_watch.py

+ 1 - 1
automation/services/dhcp_scope_watch.py

@@ -130,7 +130,7 @@ if __name__ == "__main__":
             curr_state[scope] = True
             if scope not in prev_state or (scope in prev_state and not prev_state[scope]):
                 spark.post_to_spark(
-                    C.WEBEX_TAM,
+                    C.WEBEX_TEAM,
                     SPARK_ROOM,
                     "Scope **{0}** is now **{1:.2f}%** utilized ({2} of {3} free addresses remain); suppressing future alerts until resolved".format(
                         scope, stat["util"], stat["free-dynamic"], stat["total-dynamic"]