Skip to content

Commit

Permalink
Remove upper-case letters from the action name in the nodemgr parser
Browse files Browse the repository at this point in the history
Cosmetic.
  • Loading branch information
cvaroqui committed Jan 15, 2018
1 parent cbeaf89 commit e29a2b3
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions lib/nodemgr_parser.py
Expand Up @@ -613,106 +613,106 @@
OPT.opt_object,
],
},
"Pushcentera": {
"pushcentera": {
"msg": "Push EMC Centera configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushnetapp": {
"pushnetapp": {
"msg": "Push Netapp configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pusheva": {
"pusheva": {
"msg": "Push HP EVA configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushnecism": {
"pushnecism": {
"msg": "Push NEC ISM configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushhds": {
"pushhds": {
"msg": "Push HDS configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushdcs": {
"pushdcs": {
"msg": "Push Datacore configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushfreenas": {
"pushfreenas": {
"msg": "Push FreeNAS configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushxtremio": {
"pushxtremio": {
"msg": "Push XtremIO configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushibmsvc": {
"pushibmsvc": {
"msg": "Push IBM SVC configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushhp3par": {
"pushhp3par": {
"msg": "Push HP 3par configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushibmds": {
"pushibmds": {
"msg": "Push IBM DS configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushvioserver": {
"pushvioserver": {
"msg": "Push IBM VIO server configurations to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushgcedisks": {
"pushgcedisks": {
"msg": "Push Google Compute Engine disks configurations to the "
"collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushbrocade": {
"pushbrocade": {
"msg": "Push Brocade switch configuration to the collector.",
"options": [
OPT.cron,
OPT.opt_object,
],
},
"Pushnsr": {
"pushnsr": {
"msg": "Push EMC Networker index to the collector.",
"options": [
OPT.cron,
Expand Down

0 comments on commit e29a2b3

Please sign in to comment.