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