-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
33 lines (23 loc) · 936 Bytes
/
README
File metadata and controls
33 lines (23 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Viper
Viper is a system that will read a list of load balancers, VIPs on
those load balancers and members in those VIPs from a data source
and configure those load balancers to use them. Viper to talk to any
type of load balancer that a plugin has been written for. Writing
plugins is fairly straight forward; its just a handful of expect
commands.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Modify and copy the configuration file (in conf/ directory of this
distribution) to /etc/viper.conf or a location specified in the
VIPER_CONFIG_FILE environment variable.
Copy viper_daemon.pl to /usr/local/bin/ and add it to cron.
DEPENDENCIES
See Makefile.PL
COPYRIGHT AND LICENSE
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Copyrights licensed under the New BSD License.
See the accompanying LICENSE file for terms.