Skip to content

Instantly share code, notes, and snippets.

View ngnetworkpro's full-sized avatar

Sybil Melton ngnetworkpro

View GitHub Profile
@ngnetworkpro
ngnetworkpro / peplink_logs.go
Created May 14, 2025 20:24
send peplink logs from InControl to Datadog
@ngnetworkpro
ngnetworkpro / scripts.py
Created May 14, 2025 19:42
Jira scripts
#!
"""
@author Sybil Melton
Pulls the Jira issues and calculates the completed and not completed Story Points for a Sprint.
Change Sprint to match the name
Change the JIRA_USER and JIRA_API_TOKEN to match who is logging in
Examples
python3 jira-scripts.py -h
@ngnetworkpro
ngnetworkpro / fmc.py
Created May 12, 2025 22:52
Copy configuration from one FMC to another
# import required dependencies
from __future__ import print_function
from fireREST import FireREST
import ipaddress
# Set variables for execution.
# Make sure your credentials are correct.
# Make sure ACP and all logging and inspection objects already exist.
device1 = 'x.x.x.x'
device2 = 'y.y.y.y'