Changeset d5328c3abdc93d2a2046cd50dded49a2a56bf523
- Timestamp:
- 04/13/11 21:20:19
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1302729619 -0400
- git-parent:
[672bbf3524d6ab8bdce4d334e9170ef1b6f11107]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1302729619 -0400
- Message:
->self.hdr could actually be another module and it would match... just hardcode the collectd requirement
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r870413e |
rd5328c3 |
|
| 1351 | 1351 | |
|---|
| 1352 | 1352 | /* We need a check, and a collectd one at that */ |
|---|
| 1353 | | if (!check || strcmp(check->module, pkt->self->hdr.name)) return 0; |
|---|
| | 1353 | if (!check || strcmp(check->module, "collectd")) return 0; |
|---|
| 1354 | 1354 | |
|---|
| 1355 | 1355 | // If its a new check retrieve some values |
|---|