You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ Many Cisco switches and routers provide an on-box Python Interpreter that can be
13
13
|[Execute CLI via Python](/Py-sho-ver-onbox)| This example is about as simple as it gets. By leveraging the CLI library, we execute the “show version” command on the box. |
14
14
|[TDR Test Every Interface](/tdr-test)| This example once again leverages the CLI library, but to do something a bit more interesting. A TDR test is run on every interface in “up” status. |
15
15
|[EEM Config Changes to Spark](/eem_configdiff_to_spark)| In this example, the EEM library is used to monitor for configuration changes. When one occurs a message is sent to a Cisco Spark Room. |
16
-
|[Python with Eventing Example](/EEM-interface-move-routes)| Use the EEM and Python together to script based on local events. |
16
+
|[Python with Eventing Example](/EEM-interface-move-routes)| Use the EEM and Python together to script based on local events. |
17
+
|[EEM + Python + Spark ChatOps](/spark_checkin)| Use the EEM to monitor for config changes and send a Spark Message |
Copy file name to clipboardExpand all lines: spark_checkin/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This example script sends a notification message to a Cisco Spark user of a Configuration Change. It was created to be used along with an EEM Applet that monitors for configuration changes, and then executes the script leveraging Python withing Guest Shell.
4
4
5
-
This example was tested using IOS-XE 16.5.1b on an ISR 4K router, and on a Nexus 9000 7.0(3)I5(2) but should work on other platforms supporting Guest Shell.
5
+
This example was tested using IOS-XE 16.5.1b on an ISR 4K router, but should work on other platforms supporting Guest Shell.
6
6
7
7
This example script uses the CiscoSparkApi Python library to send the Spark Message.
0 commit comments