You are not logged in.
i've made a rule for WinSCP to assign the versionnumber from the name to the versiontab in glpi.
regexp /WinSCP (.*)/
version with assign value from regexp.
this worked as expected and all WinSCP with a version in the name got arranged.
But i've missed the newer Versions of WinSCP.
They dont write their versions into the name, so the regexp hasnt worked for them.
First i tried a simple "Software is WinSCP" "Software assign WinSCP".
i tried around with different regexp like /.*WinSCP.*/ but i hadnt any luck.
finally i renamed every single WinSCP into WinSCP $version and used my old regexp.
that worked!
im not sure if this is working as intended, perhaps i've done something wrong there.
greetings
P.S. the renaming isnt a really good solution, because i need to do that with every new version of this software.
Last edited by mutombo (2008-09-08 14:42:53)
Offline
How/where in GLPI i define a rule like that?
Offline
/^WinSCP.([0-9]{1,2}.[0-9]{2,2})/
And affect :
- Name : WinSCP
- Version : #0
Xavier Caillaud
Blog GLPI Infotel
Offline
Thank you for your answer, but where should i write that text?
Last edited by beppinu (2008-09-22 11:06:48)
Offline