Age | Commit message (Collapse) | Author | Files | Lines |
|
doc/smokeping_upgrade.pod,
CHANGES:
+ remove the FPing 'timeout' variable, since it never really did anything
|
|
lib/Smokeping/probes/Curl.pm,
CHANGES:
+ don't take '0' for 'true' with the 'ssl2' or 'insecure_ssl' options
|
|
lib/Smokeping/probes/LDAP.pm,
CHANGES:
+ add the 'scope' Net::LDAP search option to the LDAP probe
|
|
lib/Smokeping/probes/Curl.pm,
CHANGES:
+ make the Curl probe compatible with Perl 5.6
|
|
lib/Smokeping.pm,
lib/Smokeping/RRDtools.pm,
CHANGES
+ only warn if RRA parameters other than CF are different
config file and an RRD
|
|
lib/Smokeping/probes/FPing.pm,
CHANGES:
+ fix fping output parsing regexp so it doesn't report
100% loss when the first ping is lost
|
|
lib/Smokeping/probes/TelnetIOSPing.pm:
+ change the Net::Telnet->new() call so it compiles
without Net::Telnet loaded
|
|
Radius.pm:
+ explicitly tag the ACCESS_* calls as subroutines (&)
so they work while building the documentation
|
|
lib/Smokeping/probes/base.pm,
doc/smokeping_upgrade.pod,
TODO,
CHANGES:
+ the DYNAMIC-related files (.adr and .snmp) can now be located outside "datadir"
by specifying the new configuration variable "dyndir"
|
|
2.0/CHANGES:
+ bugfix for CiscoRTTMonEchoICMP packetsize variable
-- niko, from Sam Stickland <sam_ml *spacething.org>
|
|
|
|
|
|
branches/2.0/CHANGES:
+ RRDtool 1.2.x compatibility fix ("unknown RRD version: 0003" on restart)
-- niko, reported by Sam Stickland <sam_ml *spacething.org>
|
|
+ added the 'insecure_ssl' (-k) option from
Marc Spitzer <mspitzer@gmail.com>
|
|
NOERROR response code -- Christoph.Heine in HaDiKo.DE
|
|
|
|
2.0/doc/smokeping_upgrade.pod,
2.0/CHANGES:
+ new variables: extraargs and extrare
|
|
+ add AUTHOR section to the POD documentation.
|
|
+ probe documents had a 'SEE_ALSO' section;
fixed to read "SEE ALSO".
|
|
|
|
* Curl User-Agent string doesn't need quotes anymore -- niko
|
|
specifications -- niko
- new Smokeping::RRDtools module
- note in CHANGES and smokeping_upgrade
|
|
* mention the minimum # of pings in CHANGES and smokeping_upgrade
* add a note about possibly lowering the pings variable in the HTTP probes
|
|
* show the smoke for pings == 3 too, not only if >3
|
|
* fix the LDAP probe killing the CGI with perl <5.6 -- Peter Farmer <pfarmer *hashbang.org.uk>
* make the LDAP probe work withouth IO::Socket::SSL -- niko
* make Curl description shorter -- Chris Wilson <chris *aidworld.org>
* use CGI::Carp for CGI error handling
- remove the now unnecessary kludge from AnotherDNS
* don't call exit() in the daemon __DIE__ handler
* raise Curl and EchoPingHttp{,s} default timeouts
* add a section on timeouts to smokeping_upgrade
* add IO::Socket::SSL to smokeping_install
|
|
|
|
* add matcher list to smokeping_config
* make matcher names start with a capital letter
* make probe names start with a capital letter
* small doc updates
* one more pod2html makefile fix
|
|
|
|
|
|
* FPing : added 'hostinterval' (-p), renamed 'mindelay' -> 'mininterval' (-i)
* Smokeping.pm: include links to the probe manpages from smokeping_config
|
|
Makefile: really filter out smokeping_config.pod.
|
|
* L<> links in POD documents
* mess with pod2html in Makefile to get L<> links work
* add smokeping_upgrade and smokeping_examples to the README
* change software requirements in smokeping_install
|
|
|
|
lines: the POD file should have a space, the example files shouldn't.
|
|
|
|
missing bits into the generated documentation.
|
|
all documented in
software/doc/smokeping_upgrade.pod
|