summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2005-10-03prepare for the release of smokeping-20051003_trunkTobi Oetiker1-1/+1
2005-10-02prepare for the release of smokeping-20051002_trunkTobi Oetiker1-1/+1
2005-10-01prepare for the release of smokeping-20051001_trunkTobi Oetiker1-1/+1
2005-09-30prepare for the release of smokeping-20050930_trunkTobi Oetiker1-1/+1
2005-09-29prepare for the release of smokeping-20050929_trunkTobi Oetiker1-1/+1
2005-09-28* (trunk)/Niko Tyni1-1/+3
doc/smokeping_install.pod, doc/smokeping_upgrade.pod, lib/Smokeping.pm, CHANGES: + make having an older version of CGI::Carp a non-fatal error and recommend a newer one in the docs
2005-09-28prepare for the release of smokeping-20050928_trunkTobi Oetiker1-1/+1
2005-09-27prepare for the release of smokeping-20050927_trunkTobi Oetiker1-1/+1
2005-09-26prepare for the release of smokeping-20050926_trunkTobi Oetiker1-1/+1
2005-09-26* (trunk,2.0)/Niko Tyni1-1/+2
lib/Smokeping/probes/FPing.pm, CHANGES: + fix fping output parsing regexp so it doesn't report 100% loss when the first ping is lost
2005-09-25* (trunk,2.0)/Niko Tyni1-1/+1
lib/Smokeping/probes/TelnetIOSPing.pm: + change the Net::Telnet->new() call so it compiles without Net::Telnet loaded
2005-09-25* (trunk,2.0)/Niko Tyni1-4/+4
Radius.pm: + explicitly tag the ACCESS_* calls as subroutines (&) so they work while building the documentation
2005-09-25* (trunk,2.0)/Niko Tyni1-4/+42
lib/Smokeping.pm, CHANGES: + no need to have all the external modules (Net::DNS, Authen::Radius etc.) installed just to build the documentation.
2005-09-25prepare for the release of smokeping-20050925_trunkTobi Oetiker1-1/+1
2005-09-24prepare for the release of smokeping-20050924_trunkTobi Oetiker1-1/+1
2005-09-23prepare for the release of smokeping-20050923_trunkTobi Oetiker1-1/+1
2005-09-22prepare for the release of smokeping-20050922_trunkTobi Oetiker1-1/+1
2005-09-21prepare for the release of smokeping-20050921_trunkTobi Oetiker1-1/+1
2005-09-20prepare for the release of smokeping-20050920_trunkTobi Oetiker1-1/+1
2005-09-19prepare for the release of smokeping-20050919_trunkTobi Oetiker1-1/+1
2005-09-18prepare for the release of smokeping-20050918_trunkTobi Oetiker1-1/+1
2005-09-17prepare for the release of smokeping-20050917_trunkTobi Oetiker1-1/+1
2005-09-16prepare for the release of smokeping-20050916_trunkTobi Oetiker1-1/+1
2005-09-15prepare for the release of smokeping-20050915_trunkTobi Oetiker1-1/+1
2005-09-14* (trunk)/Niko Tyni1-40/+166
lib/Smokeping.pm, bin/smokeping.dist, CHANGES, TODO: + reload the config file on HUP signal and bail out if it's broken. After reloading, restart gracefully so that no measurement is interrupted. The signal can also be triggered by 'smokeping --reload'.
2005-09-14* (trunk,2.0)/Niko Tyni1-1/+1
doc/smokeping_extend.pod, lib/Smokeping.pm: + small documentation fixes
2005-09-14prepare for the release of smokeping-20050914_trunkTobi Oetiker1-1/+1
2005-09-13* lib/Smokeping.pm (trunk,2.0),Niko Tyni1-4/+4
CHANGE (trunk,2.0): + made some alert docs in smokeping_config visible
2005-09-13* lib/Smokeping.pm (trunk):Niko Tyni1-2/+2
+ another edgetrigger fix
2005-09-13* lib/Smokeping.pm (trunk):Niko Tyni1-0/+5
+ edgetrigger fix
2005-09-13prepare for the release of smokeping-20050913_trunkTobi Oetiker1-1/+1
2005-09-12* lib/Smokeping.pm (trunk),Niko Tyni1-10/+41
doc/smokeping_upgrade.pod (trunk), CHANGES (trunk), TODO (trunk): + optionally only send alerts when the state changes ('edgetrigger'). (untested yet)
2005-09-12prepare for the release of smokeping-20050912_trunkTobi Oetiker1-1/+1
2005-09-11prepare for the release of smokeping-20050911_trunkTobi Oetiker1-1/+1
2005-09-10prepare for the release of smokeping-20050910_trunkTobi Oetiker1-1/+1
2005-09-09* lib/Smokeping.pm (trunk),Niko Tyni1-11/+26
CHANGES (trunk): + try to trigger an alert with the minimum number of values needed for it rather than require a stack with the maximum number of possible values. See http://lists.ee.ethz.ch/smokeping-users/msg01654.html for the problem.
2005-09-09prepare for the release of smokeping-20050909_trunkTobi Oetiker1-1/+1
2005-09-08prepare for the release of smokeping-20050908_trunkTobi Oetiker1-1/+1
2005-09-07prepare for the release of smokeping-20050907_trunkTobi Oetiker1-1/+1
2005-09-06* trunk:lib/Smokeping.pmNiko Tyni1-2/+10
+ regenerate the logo images if Smokeping.pm is newer than the old ones
2005-09-06* trunk:lib/Smokeping.pmNiko Tyni1-101/+186
+ merged new logos from 2.0:lib/Smokeping.pm r144:r145 into trunk
2005-09-06prepare for the release of smokeping-20050906_trunkTobi Oetiker1-1/+1
2005-09-05prepare for the release of smokeping-20050905_trunkTobi Oetiker1-1/+1
2005-09-04* lib/Smokeping.pm,Niko Tyni1-1/+1
CHANGES: + don't create directories in "datadir" when running as a CGI
2005-09-04* lib/Smokeping.pm,Niko Tyni2-10/+48
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"
2005-09-04* 2.0/lib/Smokeping.pm,Niko Tyni1-7/+12
2.0/TODO, 2.0/CHANGES: + return '404 not found' when DYNAMIC updates fail
2005-08-30* 2.0/lib/Smokeping.pm:Niko Tyni1-2/+4
+ make the address of the remote client appear in the web server's error log
2005-08-29* 2.0/lib/Smokeping.pm:Niko Tyni1-1/+1
+ use CGI::Carp and warn() for do_cgilog() to get timestamps there as well
2005-08-23* 2.0/lib/Smokeping.pm,Niko Tyni1-1/+2
2.0/CHANGES: + make errors in DYNAMIC updates appear in the web server error log * 2.0/TODO: + replace the __WARN__ and __DIE__ handlers with CGI::Carp?
2005-08-18* 2.0/lib/Config/Grammar.pm:Niko Tyni1-14/+14
+ update to official version 1.02