View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000180 | My infrastructure | General | public | 2022-12-16 16:53 | 2024-07-01 21:53 |
| Reporter | dvl | Assigned To | dvl | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Summary | 0000180: change the "missing ports_categories entries" email for FreshPorts to a Nagios configuration check | ||||
| Description | Let's change this to monitoring instead This is a list of ports that do not have entries in the ports_categories table This can be fixed with this query: begin; insert into ports_categories select id, category_id from ports_active PA WHERE NOT EXISTS (SELECT * from ports_categories PC where PC.port_id = PA.id and PC.category_id = PA.category_id); This is a list of the ports in question: id | category_id | name | category | port | element_pathname --------+-------------+--------+----------+--------------+-------------------------- 109118 | 10 | libnjs | devel | devel/libnjs | /ports/head/devel/libnjs (1 row) | ||||
| Tags | No tags attached. | ||||