longview icon indicating copy to clipboard operation
longview copied to clipboard

Linode Longview Agent

Results 27 longview issues
Sort by recently updated
recently updated
newest added

One of the main reason I use Linode is because they officially support Alpine Linux, so it'd be nice if the Longview installer also support Alpine Linux.

I would like to see support for PostgresSQL added to longview, to pull stats and information like what it does for MySQL.

enhancement

my mariadb installation doesn't accept localhost connections but some internal ip. how i can setup longview's mysql module to connect using this ip?

**My Perl is very rusty so this should be taken with a strong grain of salt. I've not tested it as of yet.** I'm running a MySQL server that for...

Processes can run (e.g. inside docker containers) with user ids that don't have valid pwd entries on the host system. The code at https://github.com/linode/longview/blob/240db8f231081270d6a478809dc73574b59a2918/Linode/Longview/DataGetter/Processes.pm#L68 seems to assume otherwise: ``` perl...

My server's socket is /tmp/mysql.sock, Perl DBI:MySQL is hard coded to '/var/lib/mysql/mysql.sock'. Rather than create a symlink, I modified line 69 in DataGetter/Applications/MySQL.pm, adding my specific socket. ``` my $dbh...

...would be awesome! But is this package actively maintained? I see three open PRs and only 6 issues in 4 months. Longview is great, get some more marketing!

enhancement

Hello, I'm making a Go port of Longview client here: https://github.com/kmansoft/longview-go Have a question about constant_push What is the meaning of this function? What does it do? It seems (I...

Installed Longview on a file server out of curiosity to see the disk stats, but it doesn't see the main storage pool - ZFS on ubuntu. Any plans to add...

When processes running within docker containers are running as users without an entry in the host machine's /etc/passwd file, many warnings will appear in the log. While they're just warnings...