Welcome, Guest. Please login or register.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rickli

Pages: [1] 2 3 ... 25
1
GUI / Re: How to turn off devwrite safety?
« on: March 15, 2024, 10:02:29 am »
Yepp, you got it!

I know the security restrictions can be annoying, but it's still better than being hacked ;)

2
Discovery / Re: Permissions for discovery only
« on: March 15, 2024, 10:00:50 am »
You can add a single device with Devices -> Add, which calls a limited System-NeDi (usable by non-admins)...

3
Installation / Re: crontab not in correct location
« on: March 15, 2024, 09:59:01 am »
Look around line 143 in System-Files.php. This (temporary) crontab is installed via system command and the result printed out...

4
News / Re: Quiet here
« on: February 26, 2024, 11:15:33 am »
Yes it got rather quiet in recent years. Do you look at nedi.ch at all? You'll see news up there and find the NeDi 2.3 public version in Downloads (2.4 is available for paying customers). So yes, it's being developed...

5
GUI / Re: disable line-wrap in devices names?
« on: February 26, 2024, 11:12:22 am »
Try adding a nw to line 314 (or so) and wrapping should be prevented altogether:

TblCell("$dev[device] $upst",'',"$statbg ctr b s nw"

6
GUI / Re: disable line-wrap in devices names?
« on: January 30, 2024, 08:55:06 am »
If you see this in in a list it's done by the browser. Try making the window wider or use fewer columns. If you see the names cut-off e.g. in Topology-Table you can increase the name widtth in User-Profile.

7
General Topics / Re: meaning of LLDH and LLDD?
« on: December 13, 2023, 12:13:35 pm »
It kinda grew over the years so no ;)

But have a look at libdev.php. It shows how I defined the last letter (A is a stand-alon AP and C controlled by a wlan-controller):

$ltico['A'] = 'wlan';
$ltico['C'] = 'wlab';
$ltico['D'] = 'dev';
$ltico['F'] = 'voip';
$ltico['H'] = 'nhdd';
$ltico['O'] = 'brld';
$ltico['P'] = 'print';
$ltico['T'] = 'disp';
$ltico['U'] = 'flas';
$ltico['W'] = 'nwin';
$ltico['V'] = 'cam';

8
Discovery / Re: Slow discovery process on "already done" devices
« on: December 13, 2023, 12:04:51 pm »
Is the old one running 2.2.22 as well? If so, are there any differences in nedi.conf or seedlist or nedi.pl options?

9
Installation / Re: Radius Login not working 2.2.22
« on: December 13, 2023, 12:02:56 pm »
Are you using PHP8? They've removed PHP-radius altogether and you have to find an unofficial package or revert to PHP7.4...

10
Installation / Re: Backup of Netgear GS110TPv3?
« on: December 13, 2023, 12:01:06 pm »
Did you add config start match as well?

$cmd{'IOS-rtr'}{'cfst'} = '^Current';

You can simply use '.' to match anything returned after the show command...

11
Discovery / Re: Interface Last Change
« on: October 16, 2023, 11:19:20 am »
The one in Devices-Status is read via SNMP in realtime and is subject to the uptime overflow every 1.3 years. The one in Devices-Interfaces is calculated during the discovery and should be accurate, even if the device is rebooted...

12
General Topics / Re: meaning of LLDH and LLDD?
« on: September 25, 2023, 11:05:14 am »
I'm using the the last letter to provide more info on the neighbor where as D is a generic device, P a printer and H a hypervisor. Upon the first discovery the ESXi was not known as such and was later properly identified perhaps?

13
GUI / Re: Scheduled Emailing of Reports
« on: September 25, 2023, 11:02:56 am »
I'd do a bash script which emails the result as text. I never bothered with automated GUI reports...

14
GUI / Re: Length of the device name
« on: September 25, 2023, 11:01:18 am »
The DB field itself is 64 characters. The wdith of the displayed name in the GUI can be adjusted in User-Profile with Name Size (abc icon). The max. there is 31, which I still think is enough. I did that to avoid long names cluttering the GUI. But it might need some new defaults in the age of 4k displays ;-)

15
Discovery / Re: fping to a network, no output on NEDI GUI
« on: August 15, 2023, 10:11:38 am »
Works here. Is fping in the path of the web server user?

Pages: [1] 2 3 ... 25