netniV

Results 282 comments of netniV

We've broached the subject of device topology in another issue that's still open on here. It could be done but there are many safety checks that should be in place...

For alerting (more a thold issue but also encompasses monitor), I was thinking the simple answer there is to have a Parent type/ID. If it's type 1, it's a device....

I would definite say that having an option to show X hours or days because it would quickly highlight those that have changed. On my small 21" monitor, I can...

The latest update does seem to change the styling/layout of the non-default `Grouping` filter. All items are now centralised with no header colors showing the change of groups.

So despite the trailing N it is actually an A clever :)

```php $q = 'select id from information_schema.processlist where info like :tag'; $tag = '%/*report:' . $userid . '*/%' $stmt = $dbh->prepare($q); $stmt->bindParam(':tag', $tag); $stmt->execute(); $pids = $stmt->fetchAll(PDO::FETCH_COLUMN, 0); foreach ($pid...

You have PHP Snmp module installed, but do you have it enabled?

I like the idea of using a library that we can contribute to or fork, have we checked the license usage? This should go against develop.

I think we need to change the wording to "disable php-snmp" rather than remove. You are correct, packages that install Cacti will automatically install and enable php-snmp as a module....

I kinda agree, kinda disagree. If you look at the installer, I have separate sections for different areas of the installer all going to install-*.log when it's enabled. However, the...