aboutsummaryrefslogtreecommitdiffstats
path: root/sitesummary-collector.cgi
Commit message (Collapse)AuthorAgeLines
* Rewrite code to recognise a remote Nagios client to use host IDPetter Reinholdtsen2011-12-24-14/+2
| | | | to allow a Nagios server to be another Nagios servers client.
* Ignore entries from hosts without /proc/ mounted.Petter Reinholdtsen2010-01-24-0/+6
|
* Make sure entry IDs are lower case, independend of what the clientPetter Reinholdtsen2010-01-07-1/+1
| | | | submitted.
* * Fix bug in collector hook handling. Now it uses 'update' as thePetter Reinholdtsen2008-07-28-1/+1
| | | | argument to the hook scripts on updates.
* * Fix the code running collector handlers, to get it working whenPetter Reinholdtsen2008-07-04-1/+5
| | | | the perl script is in tained mode.
* Indent fix.Petter Reinholdtsen2007-12-03-1/+1
|
* Make sitesummary-collector.cgi behave the same on webservers withDaniel Hess2007-12-03-0/+1
| | | | | REMOTE_ADDR env and passed TCP filedescriptor.
* More fixes for get_peerinfo().Petter Reinholdtsen2007-12-02-8/+9
|
* Use inet_aton to make binary version of ascii string from REMOTE_ADDR.Daniel Hess2007-12-02-1/+1
|
* * Prefer REMOTE_ADDR over the output from gethostbyaddr() inPetter Reinholdtsen2007-12-02-6/+5
| | | | get_peername, to avoid "Bad arg length" problem.
* Only need to untaint environment variable.Petter Reinholdtsen2007-11-24-2/+2
|
* * Fix peername code in the collector.Petter Reinholdtsen2007-11-24-17/+21
|
* Untabify.sitesummary-collector.cgiPetter Reinholdtsen2007-11-24-18/+18
|
* * Change the collector to use the mac address from eth1 or eth2 ifPetter Reinholdtsen2006-12-03-1/+6
| | | | eth0 isn't usable.
* * Fix regex used to extract eth0 MAC address, to avoid matching peth0Petter Reinholdtsen2006-11-19-1/+1
| | | | on a vmware box.
* Improve error message when ifconfig-a is missing.Petter Reinholdtsen2006-10-04-1/+1
|
* * Let the collector store the IP peer info about each entry. NotPetter Reinholdtsen2006-08-29-11/+23
| | | | yet working, as the getpeername() code is broken.
* * Remove temp file when it is processed by the collector.Petter Reinholdtsen2006-08-27-0/+2
| | | | | * Include the directories in /var/lib/sitesummary/ used by the collector in the sitesummary package.
* * Make temp file name more unique by adding process id to it, whilePetter Reinholdtsen2006-08-27-1/+1
| | | | I wait for a working getpeername call.
* The system is now operational.Petter Reinholdtsen2006-08-26-1/+9
|
* Make sure the new content replaces the old.Petter Reinholdtsen2006-08-25-2/+4
|
* Remove debug output.Petter Reinholdtsen2006-08-25-1/+1
|
* Trivial storage system using ethernet mac address.Petter Reinholdtsen2006-08-25-2/+15
|
* Unpack the tarball.Petter Reinholdtsen2006-08-25-1/+12
|
* Track file system name, to recognize gpg encrypted files.Petter Reinholdtsen2006-08-25-2/+13
|
* Get the collector working.Petter Reinholdtsen2006-08-25-4/+32
|
* More work on the server. Make gpg encryption optional for now, as it does ↵Petter Reinholdtsen2006-08-25-7/+8
| | | | not work.
* Minor cleanup.Petter Reinholdtsen2006-08-24-7/+2
|
* First draft for collector. Not working yet.Petter Reinholdtsen2006-08-24-3/+73
|
* More framework code. Packages are now buildable.Petter Reinholdtsen2006-08-23-0/+4
|
* Start on system to track the hosts on a site.Petter Reinholdtsen2006-08-23-0/+1