Skip to content

digideskio/watchdog_ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watchdog_ui

Install

git clone

Dependencies

code.google.com/p/go.crypto/bcrypt

Default account: root:1234

Servers config file

Examle of conf/servers.conf

[Server1]
host	= "s1.hostname.com"
port	= "22"

username	= "root"
password	= "root"
private_key	= ""
# Auth via password or private key

#query_interval	= 60
# Every N seconds server will be queried

[Server1/commands]
# Label = "cmd"

nginx	= "service nginx status"
php-fpm	= "service php5-fpm status"

Screenshots

Main view

Server edit view

Server status view

Login view

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 52.9%
  • HTML 37.1%
  • JavaScript 10.0%