@metasys/alarms
v1.0.1
Published
Get alarms from a Metasys® Server
Downloads
9
Readme
alarms
Fetch alarms from the last 24 hours
Installation
npm install -g @metasys/alarmsUsage
You can fetch alarms from a metasys server.
$ alarms -u joesmith -h adx-server
Password: ************
...............................................................................
.........................................Command Line Options
-u, --username The username of the account to login as
-p, --password The password of the account to login as
-h, --host The server to login into
-f The name of a file that contains the username,
password, and host informationAssuming you have a file named credentials.json that looks like this
{
"username": "joesmith",
"password": "zjds83jsldja",
"host": "my-adx"
}You can invoke the program like this:
alarms -f credentials.jsonOutput
The alarms that are fetched are stored to the output/ directory where you ran the program.
