File: mac.conf

package info (click to toggle)
libparse-plainconfig-perl 3.03-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 404 kB
  • ctags: 76
  • sloc: perl: 1,816; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 704 bytes parent folder | download | duplicates (5)
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
// Okay, this is only a little C'ish, I'm mixing my language memes a 
// wee bit.
// 
// admin email:  email address of the admin
admin email := foo@bar.com

// db: host, database, username, and password for database access
db :=
    host->dbhost,
    database->mydb.db,
    username->dbsuperuser,
    password->dbsuperpass

// hosts:  list of hosts to monitor
hosts := host1.foo.com,host1.bar.com

note := This is a note, but not a
    very long note.  With this odd 
    selection of delimiters it looks
    even more weird.
           EOF             

  // Let's throw some random ACLs out there
  declare acl loopback := 127.0.0.1,localhost
  declare acl localnet := 192.168.0.0/24,192.168.35.0/24