Skip to content

A utility to check the status of upload queues on a Millennium/InnReach system

Notifications You must be signed in to change notification settings

kalanchoej/check_upload_queues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This is a utility for checking the status of InnReach queues. The script is written in Ruby and makes use of the expect module. It's meant to be executed on the command line. The original purpose was to execute the script as a UserParameter in Zabbix to allow for it to be monitored in near real-time. 

  Usage:
  check_queue host login pass site [timeout]
  
  Required Parameters:
  
  host: The Millennium host to connect to
  
  login: A username that will open Millennium telnet on host
  
  pass: Password associated with login 
  
  site: The sitecode to check, or use "all" to return the total (from the first page)  
  Optional Parameters
  timeout: An optional timeout value in seconds for processing of individual screens. 
     Default: 5

About

A utility to check the status of upload queues on a Millennium/InnReach system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages