Our Notification Center offers first class support for a variety of popular services (a list of which are available here). However, even with such extensive support, you may use a tool that isn’t on that list. In that case, it is possible to leverage Cloudflare Workers in combination with a generic webhook to deliver notifications to any service that accepts webhooks.
Today, we are excited to announce that we are open sourcing a Cloudflare Worker that will make it as easy as possible for you to transform our generic webhook response into any format you require. Here’s how to do it.
For this example, we are going to write a Cloudflare Worker that takes a generic webhook response, transforms it into the correct format and delivers it to Rocket Chat, a popular customer service messaging platform. When Cloudflare sends you a generic webhook, it will have the following schema, where “text” and “data” will vary depending on the alert that has fired:
{
"name": "Your custom webhook",
"text": "The alert text",
"data": {
"some": "further",
"info": [
"about",
"your",
"alert",
"in"
],
"json": "format"
},
"ts": 123456789
}
Whereas Rocket Chat is looking for this format:
{
"text": "Example Continue reading
Recently, we recorded a webinar to explain a design concept frequently used by iparchitechs.com to build and migrate WISP, FISP and Telco networks – separation of network functions. It centers around simplification of roles within an ISP network. It also explores the use of lower-cost commodity network equipment to maximize the service area for a given ISP footprint while meeting key requirements like scale, redundancy and capacity.
Webinar: Webinar Recording
Slides: Slide Deck
I recently programmed Python scripts that send a predefined message to all my Facebook friends. […]
The post How To Send Message to Multiple Friends on Facebook first appeared on Brezular's Blog.
The Cisco documentation about this call it Inter-AS Option B with the use case being to extend LSPs between sites over the one link. As Option B is the only MPLS-VPN method supported by Cisco SD-WAN I wanted to get a better understanding of how it works aswell as see if it could be used to extend multi-VRF prefixes between edge routers and a core switch within the same AS (rather than using Option C with LDP).
Hello my friend,
Believe or not, but the vast majority of the OpenStack Certified OpenStack Administrator (COA) trainings are not touching the architecture of the OpenStack clouds. Instead, they focus solely on the operational aspect, so that the COA certified engineer can manage OpenStack cloud. We believe it is not correct, as without how something is build it is very difficult to troubleshoot something or even guarantee a decent level of performance. Hence, we show today the full scale OpenStack cluster setup, which you can build yourself in your lab, as well as hyper converged cluster, which is suitable for building of 5G far edge locations.
Video to the Topic
If you need a trusted and experienced partner to automate your network and IT infrastructure, get in touch with us.
If you have further questions or you need help with your networks, we are happy to assist you, just send us a message. Also don’t forget to share the article on your social media, if you like it.
BR,
Anton Karneliuk
Hello my friend,
OpenStack isn’t new, since the first release on 21 October 2010, the 25 releases were already published bringing new capabilities and services to OpenStack users. Moreover, these days the micro services leveraging Kubernetes and containers are the main trend for application development, whereas virtual machines going in the past. That’s true to a degree; however, the OpenStack is a perfect platform to build a normalised infrastructure for your Kubernetes, which is by the way provide some key services to Kubernetes, such as load balancing.
Video to the Topic
If you need a trusted and experienced partner to automate your network and IT infrastructure, get in touch with us.
If you have further questions or you need help with your networks, we are happy to assist you, just send us a message. Also don’t forget to share the article on your social media, if you like it.
BR,
Anton Karneliuk
Hello my friend,
In the previous video you have learn about the core components of any cloud. It was quite straightforward when we remove all unneeded hype, isn’t it? At the same time, you may start thinking “Hey, that’s cool. How can I get it?” That’s a very good question. And in the new video we are covering the principles of interacting with the cloud from the user perspective and provide a quick overview of the existing public and private clouds as well as highlights, why we have chosen OpenStack as a cloud platform for Karneliuk projects and for these videos.
Video to the Topic
If you need a trusted and experienced partner to automate your network and IT infrastructure, get in touch with us.
If you have further questions or you need help with your networks, we are happy to assist you, just send us a message. Also don’t forget to share the article on your social media, if you like it.
BR,
Anton Karneliuk
Hello my friend,
There is still quite a bit of a hype around a term “cloud computing” these days. The whole industry of hardware manufacturers or software vendors claiming that they are products are “cloud native”, “cloud ready”, or “build for clouds”. Well, we don’t like clouds, we like sunny weather. Let’s cut through the hype of the “cloud computing” and get straight to what it is in its core.
Video to the Topic
If you need a trusted and experienced partner to automate your network and IT infrastructure, get in touch with us.
If you have further questions or you need help with your networks, we are happy to assist you, just send us a message. Also don’t forget to share the article on your social media, if you like it.
BR,
Anton Karneliuk
Hello my friend,
For some time we were thinking whether to step into the cloud world or not. There are so many resources existing already, which provides a decent amount of information. However, closer look revealed the vast majority of such resources are covering either public clouds, such as AWS, GCP, and Azure, or VMware products. All of these areas are important and no doubts have their users. At the same time, OpenStack is at heart of some biggest online platforms and research centres. And it is Open Source. That was a sufficient reason for us to kick off these video series. Let’s get started.
Video to the Topic
If you need a trusted and experienced partner to automate your network and IT infrastructure, get in touch with us.
If you have further questions or you need help with your networks, we are happy to assist you, just send us a message. Also don’t forget to share the article on your social media, if you like it.
BR,
Anton Karneliuk
Does an IP address need to be treated like other Personally Indentifiable Information (PII)?
The post Privacy And Networking Part 3: Is An IP Address Protected Information For Privacy? appeared first on Packet Pushers.
While chip designer and maker Intel has a new strategy and a new executive team to implement it, it is going to take a long time for changes made last year and this year to be felt and for product and process roadmap changes to put the company into a better competitive situation. …
Intel Adjusts, However Slowly, To New Realities In The Datacenter was written by Timothy Prickett Morgan at The Next Platform.