Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
/ elog-to-feed Public archive

This web service uses the AD ELog API to generate feeds in the rss or atom formats.

Notifications You must be signed in to change notification settings

fermi-ad/elog-to-feed

Repository files navigation

ELog to Feed

This web service uses the AD ELog API to generate feeds in the rss or atom formats.

Install

Clone to a local directory and from the installed directory run:

npm install

Run

npm start

Client requests

Valid rss request example:

curl vclx3.fnal.gov:7780/feeds/Controls.rss

Valid atom request example:

curl vclx3.fnal.gov:7780/feeds/Safety.atom

Service

A service can be created to ensure uptime and syslogs by using elog-to-feed.service as a template and copying it to /etc/systemd/system/.

To test that the service file works:

systemctl start elog-to-feed.service

You can see status and output using:

systemctl status elog-to-feed.service -l

To have it start on system start:

systemctl enable elog-to-feed.service

About

This web service uses the AD ELog API to generate feeds in the rss or atom formats.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published