- Apr 21, 2015
-
-
Adam Wujek authored
No technical change. Make names more clear and consistent. Renamed: --wrsTemperature to wrsTemperatureGroup --wrsOSStatus to wrsOSStatusGroup Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--add new counter to raport number of RTUd's starts --update MIB Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Add: --wrsStartCntHAL --wrsStartCntPPSI --update MIB Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
No technical change. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Keep ClockIdentity related stuff in wrsSnmp.h Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Additionally: --update to print all version information reported by wrs_version --update MIB --limit version strings to 32 characters Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--Functionality is the same as in wrsDate.c, but it uses wrsGroupTemplate.h --update MIB Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--update show-pstats script after transpose of wrsPstats into wrsPstatsTable --update wrs-user-manual with information about possible usage of snmptable Instead of using script show-pstats, snmptable can be used. For example: snmptable -c public -v 2c switch_IP -m all -M $WRS_OUTPUT_DIR/build/buildroot-2011.11/output/build/netsnmp-5.6.1.1/mibs/:userspace/snmpd/ WR-SWITCH-MIB::wrsPstatsTable Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--transpose wrsPstats, now ports are in rows, counters in columns --counters descriptions from pstats info file are not used anymore --move pstats from wrsPstats.c to wrsPstatsTable.c --use tableTemplate.h for wrsPstatsTable.c --move in MIB from .1.3.6.1.4.1.96.100.2.1 to .1.3.6.1.4.1.96.100.6.4.1 Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Remove definitions from MIB. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
init_shm and shmem global variables moved to shmem_snmp.h and shmem_snmp.c. Next step is to remove wrsPpsi.c since all information is exported by different objects. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
When switchover is implemented we may have multiple servo instances --update MIB --add ppsi headers to wrsSnmp.h --update Makefile --update init.c Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
add wrsPortStatusIndex and wrsPortStatusName Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Index culumns shouldn't be reported via snmp. They should be marked as not-accessible. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Update: --MIB --Kconfig (update warning temp object name, add info about required hal restart after change treshold levels) --update wrsOSStatus Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Old parts are still in place, will be removed together with code. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
make n_rows global since function table_next_entry has to know how many rows are available. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Now in FIELD macro _struct doesn't have to be declared. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Try to solve problem when cascade of caches has to be called. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Move code from wrsTemperature.c to wrsTemperature.h and wrsSnmp.h Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Example of usage of scalar template Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
To avoid multiple copies of the same/simillar code template for scalar groups is introduced. File wrsGroupTemplate.h should be included into file defining scalar group. pickinfo and FIELD definition was moved to wrsSnmp.h Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Apr 10, 2015
-
-
Adam Wujek authored
Null is returned when there is unsuccessful read from dotconfig (function libwr_cfg_get). Function atoi rely on valid string passed as parameter. If dotconfig parameter does not exist, atoi will crash wrsw_hal. Added checking whether valid string is returned from libwr_cfg_get. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Mar 12, 2015
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Mar 11, 2015
-
-
Adam Wujek authored
Second test of $? value was not always result of command "tftp $eth0.ipaddr/wrboot wrboot", but sometimes result of first if statement (in case first tftp was successful). In other words, when there was file wrboot-$eth0.ethaddr on tftp server, script was still fetching and executing wrboot. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Please not that some commits had non backward compatible changes in MIB. However, end result of MIB is backward compatible.
-
Adam Wujek authored
Please not that within this git branch there we non backward compatible changes in MIB. Move branch wrsPtpGlobals, wrsPortsTable and wrsTemperature to previously removed wrsPpsi. Moved branches and objects contain "X" at the end. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Mar 04, 2015
-
-
Adam Wujek authored
Add Not Availavle (NA) value for objects: -ptpPhaseTracking -portLink -portLocked -portSfpError SNMP's recommendation is that valid values should be greater than 0. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Functions wrs_fpopen and wrs_fpclose are not needed anymore. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Read temperatures and threshold levels of temperatures: -fpga -pll -psl -psr Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
-rename since read_hal will read also temperatures -add static to global variables -no need to read_servo before show_unadorned_ports Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
In PPSI remove structure ptpdexp_sync_state_t, which was used by removed call. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Get info about ppsi only from ppsi's shmem. Don't display duplicated data. Remove SHOW_SNMP_GLOBALS, since SNMP doesn't use wr_mon for servo stats anymore. It uses ppsi shmem. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-