Memcached application issue NAN

Running LibreNMS via docker.
memcached graphs are being generated but all NAN.

The /etc/snmpd/memcached is pulling data fine.
The /etc/snmpd.conf:
extend memcached /etc/snmp/memcached

snmpd daemon was restarted.

I don’t know where to go from here as far as troubleshooting and could use some any pointers.
Thanks,
P

nms:/opt/librenms$ ./validate.php

Component Version
LibreNMS 22.12.0 (2022-12-30T03:17:16-06:00)
DB Schema 2022_09_03_091314_update_ports_adsl_table_with_defaults (248)
PHP 8.1.13
Python 3.10.9
Database MariaDB 10.5.18-MariaDB-1:10.5.18+maria~ubu2004
RRDTool 1.7.2
SNMP 5.9.3
===========================================

[OK] Installed from package; no Composer required
[OK] Database connection successful
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK]
[OK] Database schema correct
[OK] MySQl and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service is enabled
[OK] Locks are functional
[OK] No active python wrapper pollers found
[WARN] Using database for locking, you should set CACHE_DRIVER=redis
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
[OK] rrd_dir is writable
[OK] rrdtool version ok
[WARN] Non-git install, updates are manual or from package

Memcached is installed on an external webserver using snmp extend.
{“data”:{“127.0.0.1:11211”:{“pid”:20142,“uptime”:783,“time”:1674576850,“version”:“1.6.18”,“libevent”:“2.1.12-stable”,“pointer_size”:64,“rusage_user”:0.447487,“rusage_system”:0.373084,“max_connections”:1024,“curr_connections”:7,“total_connections”:70,“rejected_connections”:0,“connection_structures”:8,“response_obj_oom”:0,“response_obj_count”:1,“response_obj_bytes”:65536,“read_buf_count”:8,“read_buf_bytes”:131072,“read_buf_bytes_free”:49152,“read_buf_oom”:0,“reserved_fds”:20,“cmd_get”:756,“cmd_set”:362,“cmd_flush”:0,“cmd_touch”:0,“cmd_meta”:0,“get_hits”:140,“get_misses”:616,“get_expired”:0,“get_flushed”:0,“delete_misses”:0,“delete_hits”:4,“incr_misses”:8,“incr_hits”:51,“decr_misses”:0,“decr_hits”:0,“cas_misses”:0,“cas_hits”:0,“cas_badval”:0,“touch_hits”:0,“touch_misses”:0,“store_too_large”:0,“store_no_memory”:0,“auth_cmds”:0,“auth_errors”:0,“bytes_read”:2169805,“bytes_written”:2152337,“limit_maxbytes”:67108864,“accepting_conns”:1,“listen_disabled_num”:0,“time_in_listen_disabled_us”:0,“threads”:4,“conn_yields”:0,“hash_power_level”:16,“hash_bytes”:524288,“hash_is_expanding”:0,“slab_reassign_rescues”:0,“slab_reassign_chunk_rescues”:0,“slab_reassign_evictions_nomem”:0,“slab_reassign_inline_reclaim”:0,“slab_reassign_busy_items”:0,“slab_reassign_busy_deletes”:0,“slab_reassign_running”:0,“slabs_moved”:0,“lru_crawler_running”:0,“lru_crawler_starts”:34,“lru_maintainer_juggles”:8651,“malloc_fails”:0,“log_worker_dropped”:0,“log_worker_written”:0,“log_watcher_skipped”:0,“log_watcher_sent”:0,“log_watchers”:0,“unexpected_napi_ids”:0,“round_robin_fallback”:0,“bytes”:882,“curr_items”:8,“total_items”:364,“slab_global_page_pool”:0,“expired_unfetched”:208,“evicted_unfetched”:0,“evicted_active”:0,“evictions”:0,“reclaimed”:285,“crawler_reclaimed”:2,“crawler_items_checked”:1262,“lrutail_reflocked”:7,“moves_to_cold”:312,“moves_to_warm”:12,“moves_within_lru”:0,“direct_reclaims”:0,“lru_bumps_dropped”:0}},“error”:0,“errorString”:“SUCCESS”,“version”:“1.1”}

./poller.php -h WEBSERVER -d -f
Application: memcached, app_id=64SNMP[^[[0;36m’/usr/bin/snmpget’ ‘-v2c’ ‘-c’ ‘COMMUNITY’ ‘-Oqv’ ‘-m’ ‘NET-SNMP-EXTEND-MIB’ ‘-M’ '/opt/librenms/m
{“data”:{“*:11211”:{“pid”:5705,“uptime”:85028,“time”:1674575606,“version”:“1.6.18”,“libevent”:“2.1.12-stable”,“pointer_size”:64,“rusage_user”:73

memcached()RRD[^[[0;32mupdate /data/rrd/WEBSERVER/app-memcached-64.rrd N:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U^[[0m]
SQL[^[[1;33mupdate applications set timestamp = NOW() where app_id = ? ^[[0;33m[64]^[[0m 2.69ms]

SQL[^[[1;33mSELECT * FROM application_metrics WHERE app_id=? ^[[0;33m[64]^[[0m 0.59ms]

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.