Changeset 42921 for trunk/ippMonitor/czartool/czartool/CzarDb.pm
- Timestamp:
- Sep 10, 2025, 1:11:48 PM (10 months ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/czartool/czartool/CzarDb.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/czartool/czartool/CzarDb.pm
r42858 r42921 346 346 ########################################################################### 347 347 sub updateHost { 348 my ($self, $host, $total, $available, $used, $readable, $writable ) = @_;348 my ($self, $host, $total, $available, $used, $readable, $writable, $xattr) = @_; 349 349 350 350 my $query = $self->{_db}->prepare(<<SQL); … … 355 355 $query = $self->{_db}->prepare(<<SQL); 356 356 INSERT INTO hosts 357 (host, total, available, used, readable, writable )357 (host, total, available, used, readable, writable, xattr) 358 358 VALUES 359 ('$host', $total, $available, $used, $readable, $writable );359 ('$host', $total, $available, $used, $readable, $writable, $xattr); 360 360 SQL 361 361 $query->execute;
Note:
See TracChangeset
for help on using the changeset viewer.
