Displaying 3 results from an estimated 3 matches for "nettest".
Did you mean:
neatest
2012 Mar 16
6
POP3 Performance
...Sent Items
autosubscribe2 = Spam
autosubscribe3 = Drafts
autosubscribe4 = Trash
}
}
protocol pop3 {
mail_plugins = " quota quota notify mail_log"
pop3_reuse_xuidl = yes
pop3_save_uidl = yes
pop3_uidl_format = %u
}
Output of account information in a LDAP:
# nettester, email.net, MAIL, USERS, cl
dn: uid=nettester,dc=email.net,o=MAIL,o=USERS,c=cl
dc: email.net
mailMessageStore: /export/mdir/3/12/nettester at email.net/Maildir
uid: nettester
cn: nettester at email.net
sn: nettester at email.net
gidNumber: 12
homeDirectory: /export/mdir/3/12/nettester at email.ne...
2010 Oct 19
10
Automating infrastructure tests on Puppet nodes after a puppetrun
...nize and define the checks'' list. Cucumber
seems a nice and somehow "standard" way to define the checks logic,
but could be also a plain execution of the different checks from a
sort of wrapper script.
The single checks could be nrpe commands and/or mcollective agents (I
love the nettest one, incidentally).
AFAIK there''s nothing in the above examples that is particularly
difficult or can''t be done with existing tools, but I would like to
introduce them seamlessly in my modules (using my monitoring
abstraction classes).
So, I wonder if someone is already doing s...
2003 Dec 16
1
PXELinux over Ris server
...tpd[3388]: address range: 11.23.96.0-11.23.103.255
Dec 16 08:10:23 ddnspxe1 tftpd[3388]: port range: 3000-4000
Any idea ?
My dhcpd.conf
ddns-update-style interim;
# deny unknown-clients;
# not authoritative;
authoritative;
option subnet-mask 255.255.248.0;
option domain-name "nettest.toto.titi.tata.com";
option domain-name-servers 11.23.97.14;
allow booting;
allow bootp;
default-lease-time 86000;
max-lease-time 172800;
# class "MyPXEClients" {
# match if substring (option vendor-class-identifier, 0, 9) = "PXEClient";
# option vendor-class-iden...